LanguageEnglish
  • C#
  • JS

Script language

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

AssetBundle.LoadAssetWithSubAssetsAsync

public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name);

Parameters

Description

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name);

Parameters

Description

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name, Type type);

Parameters

Description

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

See Also: AssetBundleRequest.