Search Issue Tracker
Won't Fix
Votes
1
Found in
5.5.3f1
Issue ID
901643
Regression
No
[Multiplayer] We can't use Start method in classes derived from NetworkLobbyPlayer
Original NetworkLobbyPlayer class uses Start method itself:
public void Start()
{
DontDestroyOnLoad(gameObject);
}
So, when you try to derive from this class and use Start() method - GamePlayed doesn't appear in GameScene at all
How we can reproduce it
Just open code of NetworkLobbyPlayer class and you will see that it uses Start() method
Expected results:
components shouldn't use methods like Start or Awake because users are expected to use them
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.