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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment