Version: 2023.2
言語: 日本語
public string assetBundleVariant ;

説明

アセットバンドルバリアントの取得や設定ができます。

This property has a value when the Asset is assigned to a specific variant of an AssetBundle, and corresponds to the second dropdown of the AssetBundle control found at the bottom of the Inspector. Its value is stored in the .meta file for the Asset, and inside the AssetDatabase.

This property is not used when AssetBundles are being built programmatically with the signature of BuildPipeline.BuildAssetBundles that accepts an array of AssetBundleBuild structures.

Additional resources: AssetImporter.assetBundleName, AssetBundleBuild.assetBundleVariant