Dispose()
Release all resources kept alive by On Demand Resources (ODR) request.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.iOS
- Assembly: UnityEngine.CoreModule
public void Dispose()
Remarks
OnDemandResourcesRequest will keep the on demand resource alive until either OnDemandResourcesRequest.Dispose is called or the request object is collected by the garbage collector, which is the equivalent of calling NSBundleResourceRequest.endAccessingResources class.