Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PrefabUnpackMode

enumeration

Description

Enum used to determine how a Prefab should be unpacked.

Additional resources: PrefabUtility.UnpackPrefabInstance.

Properties

OutermostRootUse this mode to only unpack the outermost layer of a Prefab.
CompletelyUse this to strip away all Prefab information from a Prefab instance.