Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
2017.1.0f3
Issue ID
931885
Regression
Yes
UIElements exceptions after upgrade from Unity 5.6 to Unity 2017.1 and black editor windows as a result
- Download the Inventory Pro (by DevDog) package from the Asset Store in Unity 5.6 (you will see a pop-up window with some information about this package, don't close this window)
- Close the project and reopen it in Unity 2017.1 to force an update
- Find any script in the project, right click on it in the Project Browser and select Reimport to force a script recompilation
Actual: the pop-up window renders all black and the following exception is printed in the console:
```NullReferenceException: Object reference not set to an instance of an object
at UnityEngine.Experimental.UIElements.VisualContainer.LoadStyleSheetsFromPaths () [0x00074] in C:\buildslave\unity\build\Runtime\UIElements\Managed\VisualContainer.cs:302
at UnityEditor.GUIView.get_panel () [0x0008b] in C:\buildslave\unity\build\Editor\Mono\GUIView.cs:43
at UnityEditor.GUIView.get_visualTree () [0x00002] in C:\buildslave\unity\build\Editor\Mono\GUIView.cs:53
at UnityEditor.DockArea.OnEnable () [0x0009c] in C:\buildslave\unity\build\Editor\Mono\GUI\DockArea.cs:120 ```
Expected: no errors and all editor windows still render correctly
This is a regression introduced in Unity 2017.1
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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
jessejarvis
Aug 04, 2017 17:45
I have the same problem with QuestSystemPro from the Asset Store.
kblood
Jul 25, 2017 20:53
A Fix is in review? So next Unity 2017 editor update this will likely be fixed?
It is pretty annoying as I cannot find any way of closing these black editor windows. I can only move them around a bit by resizing them.