Search Issue Tracker
Duplicate
Votes
0
Found in
2020.1.0a19
Issue ID
1210615
Regression
No
[IMGUI] IndexOutOfRangeException occurs when no object is selected in Hierarchy & properties option is selected from dropdown
When no object is selected in hierarchy and properties are viewed by right-clicking in the hierarchy cause Editor to throw IndexOutOfRangeException, refer the attached video
Steps to repro:
1. Create a new project
2. Make sure that no gameobject is selected in Hierarchy
3. Hierarchy > right-click > Properties
Actual Result:
"IndexOutOfRangeException" thrown on selecting "Properties" from Hierarchy
Expected Result:
Properties option is disabled when no object is selected.
Reproducible on:
2020.1.0a19
Note: Properties in the Hierarchy dropdown is introduced in Unity version 2020.1.0a19
Environment:
Windows 10 & macOS 10.14
Stack trace:
IndexOutOfRangeException: Index was outside the bounds of the array.
UnityEditor.PropertyEditor.OpenPropertyEditorOnSelection () (at <b9bb103d86cd4249b6a1c8b6aa2850c7>:0)
UnityEditor.SceneHierarchy+<>c.<CreateGameObjectContextClick>b__132_5 () (at <b9bb103d86cd4249b6a1c8b6aa2850c7>:0)
UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, System.Int32 selected) (at <b9bb103d86cd4249b6a1c8b6aa2850c7>:0)
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjectsGameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
This is a duplicate of issue #1219069