struct in Unity.IO.Archive
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseRepresents an asynchronous operation handle that references an archive.
Compression | The type of compression the archive uses. |
IsStreamed | Indicates if the archive contains streamed blocks. |
JobHandle | JobHandle of the mount operation. |
Status | Status of the archive mount operation. |
GetFileInfo | Retrieves information about files included in the archive. |
GetMountPath | Retrieves the path where the archive was mounted. |
Unmount | Removes the archive from its mount point. |