Search Issue Tracker
By Design
Votes
0
Found in
5.6.1p1
Issue ID
912268
Regression
No
Instances of a deleted prefab became empty missing prefab game objects
Steps to reproduce:
1. Create new project
2. Create new scene
3. Drag the main camera (or any other game object to Project View to create a prefab)
4. Save the scene
5. Delete the prefab
-> the main cam object name becomes red and all component settings are still there (correct)
6. Double click the scene to re-open it
-> the main cam object becomes red name "Missing Prefab", and all component settings are gone (wrong)
Expected: After reloading the scene, the GameObject is still there as per step 5.
Actual: The GameObject is entirely missing, only left is a reference to it as "Missing prefab" in Hierarchy
Reproduced on : 5.4.5p1, 5.5.3.p3, 5.6.1p1, 2017.1.0b5, 2017.1.0b6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment