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
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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
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).