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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Add comment