Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Fix new prefab children of exclusive roots #597

Merged
merged 1 commit into from
May 25, 2020

Conversation

stevenvergenz
Copy link
Contributor

Bug: If you update the children of a user-exclusive prefab, those children will not be marked exclusive, even though they only exist on one client. This causes actor updates to be sent to all clients, backing up queues and breaking anything relying on ActorManager.uponStable.

Fix: Associate those children with the exclusive parent in the sync layer.

Copy link
Contributor

@eanders-ms eanders-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix looks good.

@stevenvergenz stevenvergenz merged commit 8fe7a01 into red May 25, 2020
@stevenvergenz stevenvergenz deleted the stvergen/exclusive-children branch May 25, 2020 00:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants