Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PrefabUtility.GetPrefabParent

public static Object GetPrefabParent(Object source);

Parameters

Description

Returns the parent asset object of source, or null if it can't be found.

Use this function to get a prefab asset object the source was instantiated from. This also returns the prefab parent if the prefab has become disconnected, which can then be used to reconnect the prefab.