Search Issue Tracker
Fixed
Fixed in 2021.3.15f1
Votes
2
Found in
2021.2.0a9
2021.3.12f1
Issue ID
UUM-16576
Regression
Yes
Undo action is not registered when undoing GameObjects list order in the Hierarchy window
How to reproduce:
1. Create a new Unity project
2. In the Hierarchy window create two GameObjects (command+shift+N)
3. Select both GameObjects and drag them over between Directional Light and Main Camera in Hierarchy window
4. Undo changes (command+Z)
5. Redo changes (command+shift+Z)
6. Observe the Hierarchy window
Expected result: Both GameObjects position in the Hierarchy window can be redone
Actual result: Only one GameObject returns to its previous order in the Hierarchy window
Reproducible with: 2021.2.0a9, 2021.3.12f1
Not reproducible with: 2020.3.40f1, 2021.2.0a8, 2022.1.20f1, 2022.2.0b11, 2023.1.0a14
Tested on: macOS Monterey 12.5.1
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
- [Linux][Plastic SCM] Unity Version Control window text is replaced by the key names of the labels and buttons
- [Android] Unstable FPS on a Player with an empty URP Scene when launched on Samsung S9
- Profiler fails to pull data from the Player when Building And Running a development build
- ARM64 build fails when Script Debugging is enabled
- LOD Group Component Meshes do not change when the Scene view is closed
KimmoFactor
Oct 15, 2022 06:16
Sounds very similar what I'm seeing currently with 2022.1.20, where undo and redo consistently refuse to restore the correct sibling order (parenting goes correctly).