Search Issue Tracker
Fixed
Fixed in 2021.3.X, 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
Comments (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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
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).