struct in UnityEngine
/
Implemented in:UnityEngine.AssetBundleModule
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.
CloseFor 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.
CloseContains information about compression methods, compression levels and block sizes that are supported by Asset Bundle compression at build time and recompression at runtime.
Custom versions of this struct for building and recompressing Asset Bundles are currently not available, so the internal parameters are read-only. You can currently select one of three supported BuildCompression types for compressing AssetBundles during builds (LZ4, LZMA and Uncompressed) and there are two supported recompression methods for runtime (LZ4Runtime and UncompressedRuntime).
LZ4 | LZ4HC "Chunk Based" Compression. |
LZ4Runtime | LZ4 Compression for runtime recompression. |
LZMA | LZMA Compression. |
Uncompressed | Uncompressed Asset Bundle. |
UncompressedRuntime | Uncompressed Asset Bundle. |