Load(string, Type)
Override for customizing the behavior of the Resources.Load function.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
protected virtual Object Load(string path, Type systemTypeInstance)
Parameters
Returns
Type | Description |
|---|---|
| Object | The requested asset returned as an Object. |