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.

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