Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

PrefabUtility.GetPrefabParent

public static function GetPrefabParent(source: Object): Object;

Description

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

This also returns the prefab parent if the prefab has become disconnected, which can then be used to reconnect the prefab.