PrefabUtility.SaveAsPrefabAssetAndConnect

Switch to Manual
public static GameObject SaveAsPrefabAssetAndConnect (GameObject root, string assetPath, InteractionMode action);

Parameters

instanceRootThe GameObject to save as a Prefab and make into a Prefab instance.
assetPathThe path to save the Prefab at.
actionThe interaction mode to use for this action.
successThe result of the save action, either successful or unsuccessful. Use this together with the console log to get more insight into the save process.

Description

Use this function to create a Prefab Asset at the given path from the given GameObject including any childen in the Scene and at the same make the given GameObject into an instance of the new Prefab.

In case some of the children are Prefab instances they will automatically become nested inside the new Prefab.

The input object has to be a plain GameObject or the outermost root of a Prefab Instance.

If the input object is a Prefab instance root the resulting Prefab will be a Variant Prefab. Should you in this case actually want to create a new uniqueue Prefab you need to unpack the instance first.

See Also: SaveAsPrefabAsset, UnpackPrefabInstance.

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