Search Issue Tracker
By Design
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.2.0b9
2019.3.0a1
Issue ID
1168398
Regression
No
Nested Prefabs lose their Connection when the Root Prefab is Deleted
How to reproduce:
1. Open the attached project Case_1168398
2. Delete the Cube Prefab
3. Observe the Hierarchy window
Expected result: The root prefab loses its connection but the two nested prefabs remain as Prefabs
Actual result: All Prefabs lose their connection
Reproducible with: 2018.4.3f1, 2019.1.9f1, 2019.2.0b9, 2019.3.0a9
Could not test with: 2017.4.30f1(Nested Prefabs were not available)
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
- “… is using a shader without GPU deformation support. Switching the renderer over to CPU deformation.” warnings are logged when GPU Skinning is set to GPU
- "Material '...' has _TexelSize / _ST texture properties which are not supported by 2D SRP Batcher...” warning is logged when the Shader is SRB Batcher compatible
- Crash on EnsureUniqueSiblingName when calling GameObjectUtility.EnsureUniqueNameForSibling() with a null argument
- Changes are not applied when selecting Platform settings for Plugins
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
Resolution Note:
This behavior is by design. The data about which objects are nested Prefabs is stored within the parent Prefab Asset, so when it's deleted, that data is lost as well.