URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/PrefabInstanceStatus.html
r: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});Enum with status about whether a Prefab instance is properly connected to its asset.
| Property | Description |
|---|---|
| NotAPrefab | The object is not part of a Prefab instance. |
| Connected | The Prefab instance is connected to its Prefab Asset. |
| MissingAsset | The Prefab instance is missing its Prefab Asset. |