Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
Issue ID
873818
Regression
Yes
Add component RectTransform can't be undone for a prefab instance in hierarchy using ctrl+z
To reproduce:
1. Create a new project.
2. Create empty GameObject.
3. Make a prefab of it.
4. Select instance of a Prefab in Hierarchy, and add component "Rect Transform".
5. Press ctrl + z. Nothing happens.
6. Deselect GameObject. Press ctrl + z multiple times to undo "Add Rect Transform".
Expected result: pressing "ctrl + z" will always undo previous action (even if it's "Add Rect Transform").
Actual result: After pressing "ctrl + z" nothing happens if the last action was "Add Rect Transform" to an instance of a Prefab.
Reproducible: 5.4.3p1, 5.5.0p4, 5.6.0b5
Not reproducible: 5.3.7p1
Notes:
This does not affect Edit -> Undo.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Add comment