# PrefabInstance

> The object is an instance of a user created Prefab.

## Definition

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

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

```csharp
PrefabInstance = 3
```

### Remarks

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