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 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 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
Returns
Type | Description |
|---|---|
| AssetBundleRequest |
Remarks
Additional Resources: AssetBundleRequest.allAssets.