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

AssetBundle.LoadAssetWithSubAssets

public Object[] LoadAssetWithSubAssets(string name);

Description

Loads asset and sub assets with name from the bundle.


public Object[] LoadAssetWithSubAssets(string name, Type type);

Description

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


public T[] LoadAssetWithSubAssets(string name);

Description

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

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