Version: 2021.3
LanguageEnglish
  • C#

LightingSettings.lightmapMaxSize

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

Switch to Manual
public int lightmapMaxSize;

Description

The maximum size in pixels of an individual lightmap texture. (Editor only).

The default value is 1024. Values are squared, so a value of 1024 results in a maximum resolution of 1024 x 1024. Smaller lightmaps might also be generated instead. This happens if it is possible to fit the required UVs into a smaller texture.

This setting affects lightmaps generated by the Baked Global Illumination system.

When Unity serializes this LightingSettings object as a Lighting Settings Asset, this property corresponds to the Max Lightmap Size property in the Lighting Settings Asset Inspector.

Additional resources: Lighting Settings Asset.