Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a10
2021.2
Issue ID
1305527
Regression
Yes
Array selection cycling using the arrow key shortcuts is inconsistent
How to reproduce:
1. Open the attached project
2. Select the "Script" object in the hierarchy
3. Select one of the "testtest" array elements
4. Cycle through them using the up arrow key (expected result: the selection goes all the way to the first element and loops back to the last)
5. Observe that the selection is not of the last element but second last
6. Now cycle again using the down arrow key (expected result: the selection goes all the way to the last element and loops back to the first)
7. Observe that the selection is lost completely
Expected result: the selections loop to first/last array element when cycling through them via the arrow keys
Actual result: the selections are inconsistent, sometimes even lost when reaching the last array element
Reproduced in: 2021.2.0a2, 2021.1.0a10
Not reproducible in: 2021.1.0a9, 2020.2.0f1, 2020.1.17f1, 2019.4.17f1 (Some older versions don't have the looping functionality at all and just stop the selection when reaching the last/first element)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Add comment