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
- GameObjects are re-enabled when they are transferred to a Scene created with the CreateSceneParameters set
- Builds fail with "System.IO.IOException: The file is too long" when building a specific project
- Meta Quest System Keyboard does not render text in its input field when typing
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
Resolution Note (fix version 2023.3.0a11):
Fixed SearchQueryEditor keeping references to old SerializedProperties, causing NullReferenceExceptions when inspecting other objects.