public static GameObject SaveAsPrefabAsset (GameObject root, string assetPath);

Parámetros

instanceRootThe GameObject to save as a Prefab.
assetPathThe path to save the Prefab at.
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.

Descripción

Use this function to create a Prefab Asset at the given path from the given GameObject including any childen in the Scene without modifying the input objects.

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 unique Prefab you need to unpack the instance first.

See Also: SaveAsPrefabAssetAndConnect, UnpackPrefabInstance.

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