This version of Unity is unsupported.

AssetBundle.LoadAllAssets

public Object[] LoadAllAssets(Type type);

Description

Loads all assets contained in the asset bundle that inherit from type.


public Object[] LoadAllAssets();

Description

Loads all assets contained in the asset bundle.


public T[] LoadAllAssets();

Description

Loads all assets contained in the asset bundle that inherit from type T.