Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReplacePrefabOptions

Flags for the PrefabUtility.ReplacePrefab function.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. This has turned into the more explicit APIs, SavePrefabAsset, SaveAsPrefabAsset, SaveAsPrefabAssetAndConnect
[Flags]public enum ReplacePrefabOptions

Fields

Value

Description

ConnectToPrefabConnects the passed objects to the Prefab after uploading the Prefab.
DefaultReplaces Prefabs by matching pre-existing connections to the Prefab.
ReplaceNameBasedReplaces the Prefab using name based lookup in the transform hierarchy.