Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.3.4p4
Issue ID
792428
Regression
No
The scene IDs do not refer to the same objects between the client and server
To reproduce the issue follow the steps:
1. Open "IdeationPhone" project
2. Load the "Phone" scene
3. Build the Standalone player and run it (Windowed mode, make it a portrait orientation to display 4 buttons)
4. Select Host on the Standalone player
5. Run the project in Editor
6. Select Client on the Editor instance
Note: "Stream/Main Canvas/Header" and "Stream/Main Canvas/Cortana" game objects have been disabled by the NetworkScenePostProcess.OnPostProcessScene() method.
See that Cortana has a sceneId = 1, but Header has sceneId = 0
Editor Client objects
ClientScene::PrepareSpawnObjects sceneId:1 [Cortana]
ClientScene::PrepareSpawnObjects sceneId:2 :StreamFactory
ClientScene::PrepareSpawnObjects sceneId:3 :WorkspaceManager
ClientScene::PrepareSpawnObjects sceneId:4 :Stream
Server objects
SpawnObjects sceneId:1 name:Header [Not spawned]
SpawnObjects sceneId:2 name:Cortana [Not Spawned]
SpawnObjects sceneId:3 name:StreamFactory
SpawnObjects sceneId:4 name:WorkspaceManager
SpawnObjects sceneId:5 name:Stream
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment