Search Issue Tracker
Fixed in 2018.4.X
Fixed in 2019.2.X, 2019.3.X
Votes
0
Found in
2018.4.0f1
2019.2.0a1
2019.2.5f1
2019.3.0a1
2020.1.0a1
Issue ID
1185746
Regression
No
Applying changes to root prefab in a nested prefab re-adds a component earlier removed in another nested prefab
How to reproduce:
1. Open the attached project
2. Open the "SampleScene" scene
3. Remove Mesh Renderer component of Cube > Sphere
4. Apple changes on the Cube prefab
5. Create Capsule GO as children of the Cube
6. Apply changes to the Cube prefab
Actual result: The Sphere's Mesh Renderer component gets added back to the prefab.
Expected result: The Sphere's Mesh Renderer component stays removed.
Reproducible with: 2020.1.0a5, 2019.3.0b4, 2019.2.7f2, 2018.4.10f1.
Notes:
- Nested prefabs are not implemented in Unity 2017.4.
----------------
Fixed in 2020.1.0a19, 2019.3.0f6, 2019.2.19f1, 2018.4.16f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 - Addressables Profiles window UI break when creating a new Variable with a long name
 - No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
 - Blurry, low quality Active Profile icon used in Addressables Profiles window
 - Tree Asset Preview window is not updated after assigning a new Material
 
Add comment