Version: 2022.1

LightmapCompression

enumeration

切换到手册

描述

A set of options for the level of compression the Editor uses for lightmaps.

变量

NoneDoes not compress lightmaps.
LowQualityCompresses lightmaps in a low-quality format. This may use less memory and storage than Normal Quality, but can also introduce visual artifacts.
NormalQualityCompresses lightmaps in a medium-quality format. Provides better visual results better than Low Quality but not as good as High Quality. This is a good trade-off between memory usage and visual quality.
HighQualityCompresses lightmaps in a high-quality format. Requires more memory and storage than Normal Quality, but provides better visual results.