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 |
|---|---|
| ProgressiveGPU | Backend for baking lighting using the GPU. Uses a progressive path tracing algorithm and the OpenCL compute API. |
| UnityComputeGPU | Backend 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. |