Version: 2023.1
LanguageEnglish
  • C#

AssetImporter.assetBundleName

Suggest a change

Success!

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.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public string assetBundleName;

Description

Get or set the AssetBundle name.

This property makes it possible to programmatically access the assignment of Assets to AssetBundles, corresponding to the AssetBundle control found at the bottom of the Inspector. This property is stored in the .meta file for the Asset, and inside the AssetDatabase.

Alterantively, AssetBundle contents can also be defined programmatically by filling in an array of AssetBundleBuild structures when calling BuildPipeline.BuildAssetBundles.

See Also: AssetBundleBuild.assetBundleName, AssetDatabase.GetAssetPathsFromAssetBundle, AssetDatabase.GetImplicitAssetBundleName.