Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0a3
Issue ID
852125
Regression
Yes
[LobbyManager] Corrupted select window in Lobby and Game Player Prefab
It happens only on NetworkLobbyManager component (doesn't happen on NetworkManager)
To repro:
1. Create a project.
2. Create an empty object and add Lobby Manager component.
3. Press on wheel near Lobby Player Prefab or Game Player Prefab.
Actual result: Window is corrupted. Errors in log.
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ObjectListArea+LocalGroup.RefreshBuiltinResourceList (UnityEditor.SearchFilter searchFilter) (at /Users/builduser/buildslave/unity/build/Editor/Mono/ObjectListLocalGroup.cs:974)
Expected result: Window opens fine. No errors in log.
Regression since 5.6 (does not repro in 5.5rc2), reproduces in 5.6.0a2 and 5.6.0a3.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment