Skip to content

Commit b56ccdc

Browse files
style
finishing an incomplete comment
1 parent 5703c75 commit b56ccdc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

com.unity.netcode.gameobjects/Editor/InScenePlacedProcessor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public void OnProcessScene(Scene scene, BuildReport report)
2121
{
2222
foreach (var networkObject in FindObjects.FromSceneByType<NetworkObject>(scene, true))
2323
{
24-
// Exclude any already spawned objects found since this
24+
// Exclude any already spawned objects found since this executes after the NetworkSceneManager has finished
25+
// migrating anything from the DDOL into the newly loaded scene.
2526
if (networkObject.IsSpawned)
2627
{
2728
continue;

0 commit comments

Comments
 (0)