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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.