Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a11
Issue ID
UUM-15404
Regression
No
[Usability] Search selection goes sideways when using arrow down/up keyboard keys in Grid view of Unity Search window
How to reproduce:
1. Open a new Unity project
2. Press “Ctrl + K” (“⌘ + K” on macOS) key combination on keyboard to open the Unity Search window
3. Change the view to “Grid view” at the bottom of window
4. Enter ‘m' symbol in the search
5. Navigate through search results using the ‘↓’ and '↑’ keys
Expected result: Search selection goes up and down, respectively
Actual result: Search selection goes sideways
Reproducible with: 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Couldn’t test with: 2020.3.40f1 (searching isn’t doable)
Reproduced on: Windows 10, macOS 12.5 (Intel)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is on purpose: the focus is always in the searchfield and Left/right arrow are ALWAYS moving the cursor while up/down arrow are moving the selection.
Workaround: you can always use Pageup + PageDown to navigate selection faster.