Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

PrefabUtility.GetPrefabParent

Switch to Manual
public static function GetPrefabParent(source: Object): Object;

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.