Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetBundleBuild

struct in UnityEditor

Description

AssetBundle 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.

Variables

addressableNamesAddressable name used to load an asset.
assetBundleNameAssetBundle name.
assetBundleVariantAssetBundle variant.
assetNamesAsset names which belong to the given AssetBundle.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答