描述

构建播放器时使用基于语块的 LZ4 压缩。

此值允许您在将播放器部署到设备时以压缩形式存储数据。系统将在播放器读取数据时实时执行解压缩。与使用未压缩数据相比,场景或资源加载有快有慢,具体取决于磁盘读取速度。

压缩数据文件包括:
1.播放器设置 -“globalgamemanagers”和“globalgamemanagers.assets”文件。
2.场景和资源 -“level*”和“sharedassets*.asset”文件。
3.资源 -“resources.assets”文件。
4.GI 数据。
5.内置资源 -“unity_builtin_extra”文件。

CompressWithLz4 sets compression parameters to LZ4 compression and splits data files into 128KB chunks.
This feature is supported for Standalone, Android and iOS build targets and is default for WebGL target.
Enabling CompressWithLz4 in Android might be a significant performance boost when loading data as LZ4 decompression is faster than the default Zip decompression.

Note:
Compression might affect the size of a game installer making it larger, even though size of the Player on a device is smaller. Subsequent compression is less efficient or even impossible.

另请参阅:BuildAssetBundleOptions.ChunkBasedCompressionAssetBundles-BuildingReducingFilesize

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961