Search Issue Tracker
By Design
Votes
0
Found in
5.2.0f3
Issue ID
733591
Regression
No
isLocalPlayer returns false in OnClientEnterLobby() unless waiting for one frame
Steps to reproduce:
- open the project
- open lobby scene
- start the game
- click the "CREATE" button.
look in the console how at first isLocalPlayer is False, and then one frame later it is (correctly) True.
script: lobbyplayer.cs
Comments (1)
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
- Crash with multiple stack traces when performing various actions with the Cesium package installed
- Editor freezes when TextMeshPro text with an East Asian line-breaking control character wraps
- NullReferenceException is thrown and UI builder breaks when using a USS class with "transition-property: none"
- 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
ET127
Feb 28, 2016 21:31
How did you wait for a frame in that function? I really need to know for my game. Thanks.