Search Issue Tracker
Fixed in 6000.0.41f1
Fixed in 6000.0.X, 6000.1.X, 6000.2.X, future release
Votes
0
Found in
6000.0.37f1
6000.1.0b5
6000.2.0a2
Issue ID
UUM-96944
Regression
Yes
Console errors are thrown when resolving Scene view shortcut conflicts with "Rebind to selected command" checked and the Shortcut Helper Bar is enabled
How to reproduce:
1. Create and open a new project
2. Enable the "Shortcut Helper Bar" in Edit > Preferences > General
3. Open Edit > Shortcuts
4. Filter the view by typing "Scene View/" into the search bar in the Shortcut Manager
5. Find the shortcut "Scene View/Toggle 2D Mode" (or any other Scene view-related shortcut)
6. Bind the shortcut to the Middle Mouse Button (create the conflict if asked)
7. In the Scene view, click the Middle Mouse Button to invoke the Shortcut Conflict window
8. Select any of the rows in the Shortcut Conflict window
9. Check the “Rebind to selected command“ checkbox
10. Click the "Perform Selected" button
11. Observe the Console
Expected result: The conflict is resolved without an error
Actual result: 9 or 6 errors appear in groups of 3
Reproducible in: 6000.0.16f1, 6000.0.37f1, 6000.1.0b5, 6000.2.0a2
Not reproducible in: 2022.3.57f1, 6000.0.15f1
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- Each error of the group reads:
1. “ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.“
2. “GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced.”
3. "ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection."
- The errors continue to be thrown until the shortcut (or the bound action) is triggered
- At least two shortcuts have to be set to the same key to cause a conflict
- Regression seems to have started when the Shortcut Helper Bar was introduced
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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Resolution Note:
Postponed port