Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisconnectedModelPrefabInstance

The object is an instance of an imported 3D model, but the connection is broken.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. PrefabType.DisconnectedModelPrefabInstance has been deprecated and is not used. Prefabs can not be in a disconnected state.
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.