Search Issue Tracker
Won't Fix
Votes
10
Found in
5.6.0b5
Issue ID
875044
Regression
No
[Multiplayer] Inconsistency in order of Start() and OnStartAuthority() calls on the Host and Client
Inconsistency in order of Start() and OnStartAuthority() calls on the Spawnable Objects between Host and Client:
- on the Host - first is Start() called
- on the Client - first is OnStartAuthority()
How we can reproduce it using the example you attached
--- please see attached video in comments ---
1 Open attached project and open scene "sc1"
2 Press Play -> LAN Host and press "Space"-button on the keyboard - notice that Start() is called first (logs in the Console)
3 Exit Play mode
4 Build and Run Standalone player and start "Server Only"
5 In Editor press Play and start "Client" -> then press "Space"-button on the keyboard - notice that OnStartAuthority() is called first (logs in the Console)
Actual result:
as you can see in the Console - the order of calling Start() and OnStartAuthority() is different
Expected result:
order of calling Start() and OnStartAuthority() should be the same on the Host and on the Client
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
Resolution Note:
Mass closure of UNET Bugs.
As UNet is Deprecated we are moving to low maintenance mode, where critical issues can get fixes.
Closing this bug as part of cleaning-up the Bug List.
If you feel this bug is really a road-blocker, you can reopen the bug and we will work this one.