This version of Unity is unsupported.

AssetBundle.LoadAllAssetsAsync

Declaration

public AssetBundleRequest LoadAllAssetsAsync();

Declaration

public AssetBundleRequest LoadAllAssetsAsync(Type type);

Declaration

public AssetBundleRequest LoadAllAssetsAsync();

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 asynchronously.