Version: 2022.3
LanguageEnglish
  • C#

UnityEngine.AssetBundleModule

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

Description

The AssetBundle module implements the AssetBundle class and related APIs to load data from AssetBundles.

Classes

AssetBundleAssetBundles let you stream additional assets via the UnityWebRequest class and instantiate them at runtime.
AssetBundleCreateRequestAsynchronous create request for an AssetBundle.
AssetBundleManifestManifest for all the AssetBundles in the build.
AssetBundleRecompressOperationAsynchronous AssetBundle recompression from one compression method and level to another.
AssetBundleRequestAsynchronous load request from an AssetBundle.
AssetBundleUnloadOperationAsync unload operation for an AssetBundle.

Enumerations

AssetBundleLoadResultThe result of an Asset Bundle Load or Recompress Operation.