Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MergeAllPrefabInstances(Object)

Force re-merging all Prefab instances of this Prefab.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. MergeAllPrefabInstances is deprecated. Prefabs are merged automatically. There is no need to call this method.
public static void MergeAllPrefabInstances(Object targetObject)

Parameters

targetObject

Remarks

This is done automatically and you will not have to call this function manually.