LoadAsync(string, Type)
Override for customizing the behavior of the Resources.LoadAsync function.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
protected virtual ResourceRequest LoadAsync(string path, Type systemTypeInstance)
Parameters
Returns
Type | Description |
|---|---|
| ResourceRequest |
Remarks
Note: AssetBundleRequest inherits from ResourceRequest and can also be returned here.