Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a1
2018.3.0a2
Issue ID
1051193
Regression
Yes
Null reference exception occurs on changing search location filter when collaborate is on and services window is active
Null reference exception occurs on changing search location filter when collaborate is on and services window is active
Steps to Repro:
1. Create a new project
2. Window > general
3. Open services window and enable collab
4. Project window > search using a name
5. Change search location filter few times
Actual result:
1. Null reference exception occurs
2. Frequency rate is 2 out of 5 times
Occurring with:
2018.3.0a2, 2018.3.0a1
Not occurring with:
2018.2.0b9
Environment:
Only on Windows
Stack Trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.GUISkin.GetStyle (System.String styleName) (at C:/buildslave/unity/build/Modules/IMGUI/GUISkin.cs:312)
UnityEngine.GUIStyle.op_Implicit (System.String str) (at C:/buildslave/unity/build/Modules/IMGUI/GUIStyle.cs:443)
UnityEditor.ProjectBrowser.InitSearchMenu () (at C:/buildslave/unity/build/Editor/Mono/ProjectBrowser.cs:528)
UnityEditor.ProjectBrowser.SetSearchViewState (SearchViewState state) (at C:/buildslave/unity/build/Editor/Mono/ProjectBrowser.cs:489)
UnityEditor.ProjectBrowser.SearchButtonClickedCallback (UnityEditor.ItemData itemClicked) (at C:/buildslave/unity/build/Editor/Mono/ProjectBrowser.cs:510)
UnityEditor.ExposablePopupMenu.SelectionChanged (UnityEditor.ItemData item) (at C:/buildslave/unity/build/Editor/Mono/GUI/ExposablePopupMenu.cs:125)
UnityEditor.ExposablePopupMenu+PopUpMenu.SelectionCallback (System.Object userData) (at C:/buildslave/unity/build/Editor/Mono/GUI/ExposablePopupMenu.cs:153)
UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, Int32 selected) (at C:/buildslave/unity/build/Editor/Mono/GUI/GenericMenu.cs:119)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment