Search Issue Tracker
Duplicate
Votes
0
Found in
6000.3.0b1
Issue ID
UUM-116922
Regression
No
Undocking Search window after selecting Builtins/Reports throws NullReferenceException
Steps to reproduce:
- Open a Unity project
- Window → Search → New Window
- Immediately dock the Search window
- Ensure Toggle Search Query Builder Mode is ON
- Click Toggle Saved Search Panel
- In Builtins/Reports, select any option
- Undock the Search window
\\
Actual results:
{code:java}
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Search.SearchQueryBuilderView.OnAttachToPanel (UnityEngine.UIElements.AttachToPanelEvent evt) (at /Users/bokken/build/output/unity/unity/Modules/QuickSearch/Editor/UITK/SearchQueryBuilderView.cs:73)
UnityEngine.UIElements.EventCallbackFunctor`1[TEventType].Invoke (UnityEngine.UIElements.EventBase evt) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/Events/EventCallback.cs:64)
{code}
Expected results: Undocking should not throw; SearchQueryBuilderView should reattach cleanly
\\
Reproducible with versions: 6000.3.0b1
Can’t test with versions: 6000.0.56f1, 6000.1.16f1, 6000.2.4f1, 6000.3.0a1 (No Builtin dropdown sections)
\\
Tested on (OS): Ubuntu 22.04, macOS 15.6
-
Resolution Note:
Related to UUM-116915. likely same rootcause and will be tested after fix gets pushed.
Duplicate of another internal issue: UUM-116915: Docking the Search window with builtin selected causes “No measure function set in this node's config” error and Scene View goes blank
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
- List item remains highlighted when selecting field in another item
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
This is a duplicate of issue #UUM-116915