Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.1p3
Issue ID
1039377
Regression
No
NetworkBehaviour callback order is different than in the documentation
How to reproduce:
1. Open attached project "UNETWeaverBug.zip" and scene "TestScene"
2. Enter Play mode
3. Observe Console window
Expected result: methods are called in this order, just like in the documentation:
https://docs.unity3d.com/Manual/NetworkBehaviourCallbacks.html
- OnStartServer
- OnStartClient
- OnStartAuthority
- Start
Actual result: methods are called in this order:
- OnStartServer
- OnStartClient
- Start
- OnStartAuthority
Reproducible with: 2017.1.4p1, 2018.3.0a3
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.