Version: 2022.2
LanguageEnglish
  • C#

LightmapCompression

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

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

Properties

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.