# DisconnectedModelPrefabInstance

> The object is an instance of an imported 3D model, but the connection is broken.

## Definition

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

> **Warning:**
>
> **Deprecated.** PrefabType.DisconnectedModelPrefabInstance has been deprecated and is not used. Prefabs can not be in a disconnected state.

```csharp
DisconnectedModelPrefabInstance = 7
```

### Remarks

For example, adding or removing a component from the instance breaks connection between the instance and the Prefab. Additional Resources: [PrefabUtility.GetPrefabType](/engine/6000.7/script-reference/unityeditor/prefabutility/getprefabtype.md).
