AssetBundle.LoadAssetWithSubAssets

Cambiar al Manual
public Object[] LoadAssetWithSubAssets (string name);

Descripción

Loads asset and sub assets with name from the bundle.


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

Descripción

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


public T[] LoadAssetWithSubAssets (string name);

Descripción

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