Unity Issue Tracker - Hierarchy doesn't keep the correct order after Undo and Redo commands
Closed
UUM-21679
Hierarchy doesn't keep the correct order after Undo and Redo commands
Unity: Scene Hierarchy
Won't Fix
2022.2.X
2022.1.X
2022.1.0a12 onwards
Issue should be fixed in latest 2022.2 and 2023.1, please upgrade to a newer version as 2022.1 is not longer supported.
How to reproduce:
1. Open the user-attached project “BugTest1”
2. Open the “SampleScene” scene
3. Under the GameObject Root → Child B, put GameObject Child B11 on the top of child GameObjects of the Root GO
4. Press Ctrl + Z to Undo and then Ctrl + Y to Redo
5. Observe the GameObjects order
Expected result: Child B11 is the first GO under the Root
Actual result: Child B11 is the last GO under the Root