Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b7
Issue ID
1095136
Regression
No
PrefabUtility.GetObjectOverrides() produces a null reference exception while in playmode
Steps to reproduce:
1. Download and open the attached project
2. Select "Tools/test prefabs Asset"
Result: NullReferenceException
Reproduced on 2018.3.0b7, 2018.3.0b9, 2019.3.0a7
API introduced in 2018.3
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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
PrefabUtility lives in UnityEditor, which means it's editor only and will not exist in standalone. Such concept of prefab does not exist in standalone or player.. it's just a gameobject. When entering playmode, all prefabs in scene are unpacked into regular gameobjects, that's why there are no overrides.