Search Issue Tracker
Duplicate
Votes
0
Found in
2018.4.0f1
2019.1.14f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1176628
Regression
No
Duplicating a prefab instantiates a modified object when the prefab is a child of another prefab
How to reproduce:
1. Open the attached 'project-1176628.zip' project
2. In the Inspector window select 'Cube' > 'Sphere' and duplicate it (Ctrl+D)
Expected result: an exact duplicate of 'Sphere' is created
Actual result: a modified 'Sphere' object is created
Reproducible with: 2018.4.7f1, 2019.2.2f1, 2019.3.0a12, 2020.0a1
Could not test with: 2017.4.32f1 due to old prefabs system
Notes:
1) Sphere inherits Position offset, Rotation and Scaling from its parent object
2) To reproduce this behavior, the Sphere object has to be a prefab attached to a parent object which is then turned into a prefab
3) Duplicating an already duplicated object will create it in the right position
4) Copying and pasting the object creates it in the right position
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
This is a duplicate of issue #1157320