# MissingPrefabInstance

> The object was an instance of a Prefab, but the original Prefab could not be found.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** PrefabType no longer tells everything about Prefab instance.

```csharp
MissingPrefabInstance = 5
```

### Remarks

Additional Resources: [PrefabUtility.GetPrefabType](/engine/6000.0/script-reference/unityeditor/prefabutility/getprefabtype.md).
