Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseAssetBundle building map entry.
This class is used with BuildPipeline.BuildAssetBundles to specify the name of a bundle and the names of the assets that it will contain. The array of AssetBundleBuild elements that is passed to the function is known as the "building map" and serves as an alternative to specifying the contents of bundles from the editor.
See Also: BuildPipeline.BuildAssetBundles.
assetBundleName | AssetBundle name. |
assetBundleVariant | AssetBundle variant. |
assetNames | Asset names which belong to the given AssetBundle. |