AssetBundleRecompressOperation
Asynchronous AssetBundle recompression from one compression method and level to another.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AssetBundleModule
- Inherits from: AsyncOperation
public class AssetBundleRecompressOperation : AsyncOperation
Remarks
Additional Resources: AssetBundle.RecompressAssetBundleAsync, AsyncOperation
Properties
Property | Description |
|---|---|
| humanReadableResult | A string describing the recompression operation result (Read Only). |
| inputPath | Path of the AssetBundle being recompressed (Read Only). |
| outputPath | Path of the resulting recompressed AssetBundle (Read Only). |
| result | Result of the recompression operation. |
| success | True if the recompress operation is complete and was successful, otherwise false (Read Only). |