Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


lightmapper

Determines which backend to use for baking lightmaps in the Baked Global Illumination system. (Editor only).
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public LightingSettings.Lightmapper lightmapper { get; set; }

Remarks

The default value is
Progressive CPU
.
When Unity serializes this LightingSettings object as a Lighting Settings Asset, this property corresponds to the Lightmapper property in the Lighting Settings Asset Inspector.