Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0b8
2020.1
Issue ID
1195496
Regression
No
Parent Prefab fails to correctly override changes to its children Prefabs when trying to override the Parent in the Scene view
Steps to reproduce:
1. Open the attached project "Case_1195496"
2. Open "SampleScene"
3. In the Hierarchy window Expand "Parent" Instance of prefab
4. Select any two child Prefabs, "Cube" and "Cube(1)" will do
5. In the Inspector window Remove the Box collider when two children are selected
6. In the Hierarchy window Select "Parent" Instance of prefab
7. In the Inspector window press "Overrides" and "Apply all"
-- Select the "Cube" and "Cube1" separately and notice that Collider is not removed from one of them, also the "Cube(2)" prefab might have an additional Box collider created
Expected results: Parent Prefab should override everything to Child Prefab GameObject
Actual results: Prefabs are preventing correct overwriting for their parent if the Parent is a Prefab
Reproducible with: 2018.4.0f1, 2018.4.12f1, 2019.2.12f1, 2019.3.0b10, 2020.1.0a12
Notes: This Behaviour is not present when making changes in Parents Prefab edit mode, this only happens in the Sene view.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reverting all overrides in a Prefab Variant creates unrevertible changes when the parent GameObject of the Prefab is a Canvas
- New ShaderGraph SubGraph remains dirty when the non-existing changes are discarded
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
Add comment