Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Unmount()

Removes the archive from its mount point.
Read time 1 minuteLast updated 13 days ago

Definition

public JobHandle Unmount()

Returns

Type

Description

JobHandleReturns 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.