Version: 2023.2
언어: 한국어

ContentBuildInterface.GenerateAssetBundleBuilds

매뉴얼로 전환
public static AssetBundleBuild[] GenerateAssetBundleBuilds ();

설명

Returns an array of AssetBundleBuild structs that detail the current AssetBundle layout, as set through the Inspector and stored in the AssetDatabase.

This API does not generate a build, instead it is a convenient function to populate the build definition into the format expected by some signatures of BuildPipeline.BuildAssetBundles, or the Scriptable Build Pipeline.

Additional resources: BuildPipeline.BuildAssetBundles, AssetDatabase.GetAllAssetBundleNames, AssetDatabase.GetAssetPathsFromAssetBundle.