Version: 2022.2
LanguageEnglish
  • C#

ArchiveHandle

struct in Unity.IO.Archive

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

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.

Close

Submission failed

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

Close

Cancel

Description

Represents an asynchronous operation handle that references an archive.

Properties

CompressionThe type of compression the archive uses.
IsStreamedIndicates if the archive contains streamed blocks.
JobHandleJobHandle of the mount operation.
StatusStatus of the archive mount operation.

Public Methods

GetFileInfoRetrieves information about files included in the archive.
GetMountPathRetrieves the path where the archive was mounted.
UnmountRemoves the archive from its mount point.