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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment