Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a10
Issue ID
1193020
Regression
Yes
[IMGUI] NullReferenceException error is thrown on changing layout to saved layout where the Package Manager window is docked
NullReferenceException error is thrown on changing layout to saved layout where the Package Manager window is docked.
Steps to repro:
1. Create a new Project.
2. Windows > Package Manager > Dock it.
3. Save the layout as "PackmanLayout".
4. Change layout to any other layout.
5. Change layout to "PackmanLayout".
Actual Result:
NullReferenceException error in the console.
Expected Result:
No error in the console.
Reproducible on:
2020.1.0a10 (deed8847c343).
Working Fine in:
2020.1.0a9, 2019.3.0b8.
Environment:
Windows 10 & Mac 10.14.
Stack trace:
NullReferenceException:Object reference not set to an instance of an object
UnityEditor.DockArea:OnEnable()
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.<>c__DisplayClass34_0:<ReloadWindowLayoutMenu>b__2()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Add comment