Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Disconnected

The Prefab instance is not connected to its Prefab Asset.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. PrefabInstanceStatus.Disconnected has been deprecated and is not used. Prefabs can not be in a disconnected state.
Disconnected = 2

Remarks

Disconnected Prefab instances do not receive updates from their Prefab Asset, and it’s not possible to determine which overrides exist on the instance compared to the asset. The instance can get reconnected by either applying or reverting the Prefab instance as a whole.