Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

AssetBundle.LoadAllAssetsAsync

public AssetBundleRequest LoadAllAssetsAsync();

Description

Loads all assets contained in the asset bundle asynchronously.


public AssetBundleRequest LoadAllAssetsAsync();

Description

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


public AssetBundleRequest LoadAllAssetsAsync(Type type);

Description

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

Did you find this page useful? Please give it a rating: