Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightingSettings.Lightmapper

Backends available for baking lighting.
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LightingSettings.Lightmapper

Fields

Value

Description

ProgressiveGPUBackend for baking lighting using the GPU. Uses a progressive path tracing algorithm and the OpenCL compute API.
UnityComputeGPUBackend for baking lighting using the GPU via Unity compute shaders. Uses a path tracing algorithm. This baker can utilize hardware accelerated ray tracing. On devices without hardware ray tracing, a compute shader based emulation path is used.