public string assetBundleVariant ;

Description

获取或设置 AssetBundle 变体。

AssetBundle variant is combined with the AssetImporter.assetBundleName as the file extension to generate the full AssetBundle name.

AssetBundle 变体用于通过 AssetBundle 实现虚拟资源。AssetBundle 名称相同但 AssetBundle 变体不同的 AssetBundle 将具有相同的内部 ID。因此,可以随意用不同变体的 AssetBundle 进行切换。

请确保资源在变体 AssetBundle 中完全匹配。