Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArchiveHandle

Represents an asynchronous operation handle that references an archive.
Read time 1 minuteLast updated 13 days ago

Definition

public struct ArchiveHandle

Remarks

Additional Resources: ArchiveFileInterface.MountAsync

Properties

Property

Description

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.

Methods

Method

Description

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