This version of Unity is unsupported.

ArchiveHandle

struct in Unity.IO.Archive

/

Implemented in:UnityEngine.CoreModule

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.