Search Issue Tracker
Fixed
Fixed in 2023.1.19f1, 2023.2.0b16, 2023.3.0a11
Votes
0
Found in
2023.2.0a15
2023.3.0a4
Issue ID
UUM-48277
Regression
Yes
Search: Console displays errors and search window becomes totally black
Steps to reproduce:
- Create a 3D (URP) project
- Make a right-click in the "Hierarchy" window
- 3D Object -> Tree
- Click the "Global Search" button, which is above the "Inspector"
- Enter "Tree" to the search input section
- Observe that you get the results
- Click "Discete" and select the "Save project" option and save the query
- Verify, that the saved query is in the "Project" section
- Select it
- Turn on the "Inspector" section in the "Search" window
- Try to review all the displayed results for the searched string
- Observe the Console view
- Try to resize the Search window
- Observe it
Actual Result: The console displays errors. The search window becomes black. Added video and screenshot in the Attachments section.
Expected Results: No errors in the Console and the search window shouldn't be black. It always has to display search results.
Reproducible with: 2023.2.0b1, 2023.2.0b8, 2023.3.0a5
Not reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.11f1,
Verified on: macOS Ventura 13.5, Win 10, Win 11.
Notes: On 2023.2.0a23 (2023.2.0a20) I get different errors. Adding screenshot:
!0a20.png|width=638,height=532!
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note (fix version 2023.3.0a11):
Fixed SearchQueryEditor keeping references to old SerializedProperties, causing NullReferenceExceptions when inspecting other objects.