We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e865be commit 7ebad5fCopy full SHA for 7ebad5f
Packages/com.unity.multiplayer.samples.coop/Utilities/SceneManagement/SceneLoaderWrapper.cs
@@ -131,6 +131,7 @@ void OnSceneEvent(SceneEvent sceneEvent)
131
break;
132
case SceneEventType.Synchronize: // Server told client to start synchronizing scenes
133
{
134
+ // todo: this is a workaround that could be removed once MTT-3363 is done
135
// Only executes on client that is not the host
136
if (NetworkManager.IsClient && !NetworkManager.IsHost)
137
0 commit comments