Unmount()
Removes the archive from its mount point.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.IO.Archive
- Assembly: UnityEngine.CoreModule
public JobHandle Unmount()
Returns
Type | Description |
|---|---|
| JobHandle | Returns the JobHandle of the unmount operation. |
Remarks
You must call this function for archives that mounted successfully or failed, otherwise you will have a memory leak.