Version: 2023.2

CompressionType

enumeration

切换到手册

描述

资源包的压缩方法。

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.

Additional resources: AssetBundles compression, AssetBundle.RecompressAssetBundleAsync, ArchiveHandle.Compression.

变量

None未压缩的资源包比压缩的资源包更大,但下载后的访问速度最快。
LzmaLZMA 压缩可生成更小的压缩资源包,但在使用前必须完全解压缩。
Lz4LZ4 压缩方式产生的压缩文件比 LZMA 大,但不需要在使用前对整个捆绑包进行解压缩。
Lz4HCLZ4HC 是 LZ4 的高压缩变体。LZ4HC 压缩方式产生的压缩文件比 LZMA 大,但不需要在使用前对整个捆绑包进行解压缩。