Search Issue Tracker
Fixed in 2022.3.13f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0a12
Votes
9
Found in
2022.3.7f1
2023.3.0a4
Issue ID
UUM-46703
Regression
Yes
Crash and or slow update when List items are reordered in the Inspector Window
Reproduction steps:
1. Open the attached project “ReproProject”
2. In the Hierarchy Window, select the “Main Camera” GameObject
3. In the Inspector Window, reorder the list items (snow and iron) in the attached Demo (Script) Component
4. Observe the editor’s behaviour
Expected result: The List items are reordered Instantly
Actual result: Unity crashes, or the Inspector Window takes more time to update the reordering changes
Reproducible with: 2022.3.5f1, 2022.3.7f1, 2023.1.4f1, 2023.1.8f1, 2023.2.0b3
Not Reproducible with: 2021.3.29f1, 2022.3.4f1, 2023.1.0a1, 2023.1.3f1
Testing environment: macOS(Intel) 13.4.1
First few lines of the stack trace:
{{at <unknown> <0xffffffff> at UnityEditor.SerializedProperty:MoveArrayElementInternal <0x0009e> at UnityEditor.SerializedProperty:MoveArrayElement <0x000f2> at UnityEditorInternal.ReorderableList:DoDraggingAndSelection <0x021ca> at UnityEditorInternal.ReorderableList:DoListElements <0x02a6a> at UnityEditorInternal.ReorderableList:DoList <0x007d2> at UnityEditorInternal.ReorderableListWrapper:DrawChildren <0x00b32> at UnityEditorInternal.ReorderableListWrapper:Draw <0x013ca> at UnityEditor.PropertyHandler:OnGUI <0x0136a> at UnityEditor.PropertyHandler:OnGUI <0x0013a> at UnityEditor.PropertyHandler:OnGUI <0x01baa> at UnityEditor.PropertyHandler:OnGUI <0x0013a> at Defaults:DrawElement <0x002c2> at }}
Note: The crash might not occur at the first time of reordering.
Comments (3)
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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
marc_twirlbound
Sep 12, 2023 15:10
Can we get an update on this? I'm working on 2022.3.7f1 which is an LTS version and every time I reorder a list the engine crashes. Do you recommend that I downgrade my LTS version so I can at least use lists or is this big regression going to be fixed very soon? Thanks