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
- "CustomPass.injectionPoint" returns "AfterPostProcess" when a global CustomPass is registered with "BeforeRendering" in HDRP
- Some of the Rigidbody2D properties cannot be set after disabling the GameObject on the same frame
- Child particle spawns offset toward camera when Collide with Depth Buffer uses Lifetime Loss = 1
- Crash on (nvoglv64) vkGetInstanceProcAddr when starting the project with Vulkan and Test Framework Performance
- UI Builder adds non-removable built-in class selectors when adding a custom selector via “Add Selector...”
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.