Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetBundleRecompressOperation

Asynchronous AssetBundle recompression from one compression method and level to another.
Read time 1 minuteLast updated 4 days ago

Definition

public class AssetBundleRecompressOperation : AsyncOperation

Remarks

Properties

Property

Description

humanReadableResultA string describing the recompression operation result (Read Only).
inputPathPath of the AssetBundle being recompressed (Read Only).
outputPathPath of the resulting recompressed AssetBundle (Read Only).
resultResult of the recompression operation.
successTrue if the recompress operation is complete and was successful, otherwise false (Read Only).

Inheritance