Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


indirectSampleCount

Specifies the number of samples the Progressive Lightmapper uses for indirect lighting calculations. (Editor only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int indirectSampleCount { get; set; }

Remarks

The range is 8 through 131072. The default value is 512. If you increase this value, the quality of your lightmaps might improve, but baking takes more time.
This setting affects lightmaps generated by the Baked Global Illumination system. It only applies to the 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.
Additional Resources: Lighting Settings Asset.