Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadAssetWithSubAssetsAsync

Loads Asset and sub Assets from the AssetBundle asynchronously.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AssetBundleModule

LoadAssetWithSubAssetsAsync(string)

Loads Asset and sub Assets from the AssetBundle asynchronously.
public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name)

Parameters

name

Name of the Asset.

Returns

Type

Description

AssetBundleRequest

Remarks

Additional Resources: AssetBundleRequest.allAssets.

LoadAssetWithSubAssetsAsync<T>(string)

Loads Asset and sub Assets from the AssetBundle asynchronously.
public AssetBundleRequest LoadAssetWithSubAssetsAsync<T>(string name)

Parameters

name

Name of the Asset.

Returns

Type

Description

AssetBundleRequest

Remarks

Additional Resources: AssetBundleRequest.allAssets.

LoadAssetWithSubAssetsAsync(string, Type)

Loads Asset and sub Assets from the AssetBundle asynchronously.
public AssetBundleRequest LoadAssetWithSubAssetsAsync(string name, Type type)

Parameters

name

Name of the Asset.

type

Type to load.

Returns

Type

Description

AssetBundleRequest

Remarks

Additional Resources: AssetBundleRequest.allAssets.