Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b6
2018.3.0b9
2019.1.0a2
Issue ID
1099789
Regression
No
PrefabUtility.GetPrefabInstanceStatus returns "NotAPrefab" when nested prefab is missing
How to reproduce:
1. Open attached "PrefabsTests 2018.3.zip" project
2. Go to Tools -> "Test Prefabs Asset"
3. Observe Console
Expected result: Nested missing prefab status is "MissingAsset" or something similar
Actual result: Nested missing prefab status is "NotAPrefab"
Reproducible: 2018.3.1f1, 2019.1.0a13
Can't reproduce: 2019.1.0a1, because of "'PrefabUtility' does not contain a definition for 'HasPrefabInstanceAnyOverrides'" error
Notes:
- Nested prefabs feature was added in Unity 2018.3.0a6
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
It is expected to return 'NotAPrefab' for all game objects as all prefab instances are unpacked in Play mode in order to simulate running in the Player. Also PrefabUtility.GetPrefabInstanceStatus returns 'NotAPrefab' for Prefab's assets because it's input object is not a Prefab Instance but a Prefab Asset (just loaded from the AssetDatabase).