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
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
Add comment