Search Issue Tracker
Fixed in 6000.4.0a6
Fixed in 6000.3.1f1
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
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note (fix version 6000.4.0a6):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-116915
Resolution Note (fix version 6000.3.1f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-116915