AssetBundle.LoadAssetWithSubAssets

매뉴얼로 전환
public Object[] LoadAssetWithSubAssets (string name);

설명

Loads asset and sub assets with name from the bundle.


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

설명

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


public T[] LoadAssetWithSubAssets (string name);

설명

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