Version: 2020.1
LanguageEnglish
  • C#

LightingSettings.environmentSampleCount

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 environmentSampleCount;

Description

Specifies the number of samples the Progressive Lightmapper uses when sampling indirect lighting from the skybox. (Editor only).

Indirect lighting only uses 1 environment sample per bounce per indirect sample. However, this can sometimes be insufficient and sampling the environment can then cause noise in indirect lighting. Increasing this value will increase the number of skybox samples fired per indirect bounce, which will help reduce noise.

The range is 8 through 1,000,000,000. Higher values result in increased quality lightmaps, but baking takes more time. The default value is 256.

This setting affects lightmaps generated by the Baked Global Illumination system. It applies only when using the Progressive Lightmapper.

When Unity serializes this LightingSettings object as a Lighting Settings Asset, this property corresponds to the Indirect Samples property in the Lighting Settings Asset Inspector.

See Also: Lighting Settings Asset.

Did you find this page useful? Please give it a rating: