Version: 2018.2

PrefabUtility.FindValidUploadPrefabInstanceRoot

Switch to Manual
public static GameObject FindValidUploadPrefabInstanceRoot (GameObject target);

Parameters

targetGameObject to process.

Returns

GameObject Return the root game object of the prefab asset.

Description

Returns root game object of the prefab instance if that root prefab instance is a parent of the prefab.

A prefab internally consists of a Prefab object and the list of objects used for the prefab. The Prefab object has a pointer to the root game object and if the prefab is an instance then it also contains a pointer to the asset it was created from and a list of modifications done to the instance.

This works in the same way as PrefabUtility.FindRootGameObjectWithSameParentPrefab but it will return the root game object of the prefab asset. This is useful if you have a disconnected prefab instance object and you want to know the root game object of the prefab asset which it used to be connected to.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961