Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightingSettings.Lightmapper

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

Definition

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

Fields

Value

Description

ProgressiveCPUBackend for baking lighting using the CPU. Uses a progressive path tracing algorithm.
ProgressiveGPUBackend for baking lighting using the GPU. Uses a progressive path tracing algorithm.