Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0a1
Issue ID
845566
Regression
Yes
selection window is black and null reference exceptions are thrown (Example with Lookdev but also present with other assets)
To reproduce:
1. Create new project
2. Open Look Dev windows
3. Open Look Dev Environment Library selection window
4. Selection windows is black and null reference exceptions are thrown in console
Reproducible: 5.6.0a1
Regression from 5.5.0b10
Exception:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ObjectListArea+LocalGroup.RefreshBuiltinResourceList (UnityEditor.SearchFilter searchFilter) (at C:/buildslave/unity/build/Editor/Mono/ObjectListLocalGroup.cs:979)
UnityEditor.ObjectListArea+LocalGroup.UpdateFilter (HierarchyType hierarchyType, UnityEditor.SearchFilter searchFilter, Boolean foldersFirst) (at C:/buildslave/unity/build/Editor/Mono/ObjectListLocalGroup.cs:946)
UnityEditor.ObjectListArea.Init (Rect rect, HierarchyType hierarchyType, UnityEditor.SearchFilter searchFilter, Boolean checkThumbnails) (at C:/buildslave/unity/build/Editor/Mono/ObjectListArea.cs:245)
UnityEditor.ObjectSelector.FilterSettingsChanged () (at C:/buildslave/unity/build/Editor/Mono/ObjectSelector.cs:233)
UnityEditor.ObjectSelector.SearchArea () (at C:/buildslave/unity/build/Editor/Mono/ObjectSelector.cs:422)
UnityEditor.ObjectSelector.OnObjectGridGUI () (at C:/buildslave/unity/build/Editor/Mono/ObjectSelector.cs:748)
UnityEditor.ObjectSelector.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/ObjectSelector.cs:710)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:249)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:242)
UnityEditor.HostView.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:76)
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