Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

AssetBundleCreateRequest

Namespace: UnityEngine

/

Inherits from: AsyncOperation

Description

Asynchronous create request for an AssetBundle.

See Also: AssetBundle.CreateFromMemory, AsyncOperation.

Variables

assetBundle Asset object being loaded (Read Only).

Inherited members

Variables

allowSceneActivation Allow scenes to be activated as soon as it is ready.
isDone Has the operation finished? (Read Only)
priority Priority lets you tweak in which order async operation calls will be performed.
progress What's the operation's progress. (Read Only)