GetResourcePath(string)
Gets file system's path to the resource available in On Demand Resources (ODR) request.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.iOS
- Assembly: UnityEngine.CoreModule
public string GetResourcePath(string resourceName)
Parameters
Resource name.
Returns
Type | Description |
|---|---|
| string |
Remarks
Additional Resources: OnDemandResourcesRequest for an example.