Lz4
LZ4 compression results in larger compressed files than LZMA, but does not require the entire archive to be decompressed before use.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
Lz4 = 2
Remarks
LZ4 compression makes it possible to load individual assets from an archive quickly and using less memory than LZMA-compressed archives. This compression method is available for recompressing AssetBundles at runtime.