Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

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

PrefabUtility.GetPrefabObject

public static Object GetPrefabObject(Object targetObject);

Parameters

targetObject An object contained within a prefab object.

Returns

Object The prefab the object is contained in.

Description

Retrieves the enclosing prefab for any object contained within.

Given an asset/object, this function returns the prefab it is a child of. Checks if the object is part of a prefab, either instance or asset, if so it returns the Prefab object.

no example available in C#