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

AssetBundle.LoadAssetWithSubAssetsAsync

public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name);

Description

Loads asset with sub assets with name from the bundle asynchronously.


public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name);

Description

Loads asset with sub assets with name of type T from the bundle asynchronously.


public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name, Type type);

Description

Loads asset with sub assets with name of a given type from the bundle asynchronously.

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