enumeration
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.
CloseCompression Method for Asset Bundles.
When building or recompressing Asset Bundles, these are the available compression methods. Some of these are only available for building and cannot be used for recompression.
None | Uncompressed Asset Bundles are larger than compressed Asset Bundles, but they are the fastest to access once downloaded. |
Lzma | LZMA compression results in smaller compressed Asset Bundles but they must be entirely decompressed before use. |
Lz4 | LZ4 compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use. |
Lz4HC | LZ4HC is a high compression variant of LZ4. LZ4HC compression results in larger compressed files than LZMA, but does not require the entire bundle to be decompressed before use. |