Search Issue Tracker
By Design
By Design in 2020.1.X
Votes
0
Found in
2020.1.0a1
Issue ID
UUM-15338
Regression
No
Reverting a child object added to a Prefab deletes the child object from the Scene completely
Steps to reproduce:
- Create any primitive (e.g. a Cube)
- Drag the primitive to the Project Window to create a prefab
- Create any other primitive (e.g. a Sphere)
- Drag this primitive under the initial prefab to make it a child of the prefab
- Select the initial prefab
- Click on Overrides in the Inspector
- Click Revert All
Expected result: the parent object isn't completely deleted, but is reverted to its original location in the Hierarchy
Actual result: the object disappears from the Scene completely
Reproducible with: 2023.1.0a12, 2022.2.0a1, 2022.1.0a1. 2019.4.20f1
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Reverting overrides is a destructive action: properties change and added Components and GameObjects gets destroyed.
Resolution Note (2020.1.X):
Reverting overrides is a destructive action: properties change and added Components and GameObjects gets destroyed.