enumeration
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.
CloseFor 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.
CloseA set of options for the level of compression the Editor uses for lightmaps.
None | Does not compress lightmaps. |
LowQuality | Compresses lightmaps in a low-quality format. This may use less memory and storage than Normal Quality, but can also introduce visual artifacts. |
NormalQuality | Compresses 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. |
HighQuality | Compresses lightmaps in a high-quality format. Requires more memory and storage than Normal Quality, but provides better visual results. |