Version: 5.6 (switch to 2017.1b)
LanguageEnglish
  • C#
  • JS

Script language

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

AssetBundle.LoadAllAssetsAsync

public AssetBundleRequest LoadAllAssetsAsync();

Description

Loads all assets contained in the asset bundle asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync();

Description

Loads all assets contained in the asset bundle that inherit from T asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync(Type type);

Description

Loads all assets contained in the asset bundle that inherit from type asynchronously.

See Also: AssetBundleRequest.