This version of Unity is unsupported.

AssetBundle.LoadAllAssets

Declaration

public Object[] LoadAllAssets(Type type);

Declaration

public Object[] LoadAllAssets();

Declaration

public T[] LoadAllAssets();

Parameters

type When specified only main or visible objects that derive from the provided type are returned.

Description

Loads all Assets contained in the AssetBundle synchronously.