Search Issue Tracker
Fixed
Fixed in 2023.2.16f1, 6000.0.0b13
Votes
0
Found in
2023.2.10f1
2023.2.13f1
2023.3.0b10
6000.0.0b11
Issue ID
UUM-65152
Regression
Yes
[Search] Resizing docked Search window with search term throws errors in the Console
Steps to reproduce:
1. Create new Unity project
2. Open Search window (Window > Search > New window)
3. In search field type a term (for example Prefab or Scene)
4. Dock the window next to the Hierarchy or Inspector tab
5. Resize the Search window
Actual results: Errors
{code:java}
"InvalidOperationException: Sequence contains no elements"{code}
and
{code:java}
"ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection" {code}
are thrown in the Console, Search window becomes empty
Expected results: No errors are thrown in the Console when search window is resized
Reproducible with versions:
2023.2.10f1, 2023.2.13f1, 2023.3.0b10
Not reproducible with versions:
2022.3.19f1, 2023.2.9f1
Tested on (OS):
MacBook Pro, 2021 (Sonoma 14.2.1, Apple M1 Max) - Reproducible
Windows 11, Linux 22.04 - Not reproducible
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note (fix version 6000.0.0b13):
Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.
Resolution Note (fix version 6000.0.0b13):
Search: Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.
Resolution Note (fix version 2023.2.16f1):
Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.