Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightBaker

Defines which light baker to use by default for lightmap and light probe generation.
Read time 1 minuteLast updated 6 days ago

Definition

public enum LightBaker

Remarks

Use this enum to specify which light baking backend Unity should use when generating lightmaps and light probes.

Fields

Value

Description

ProgressiveLightBakerUse the Progressive Lightmapper (CPU or GPU).
UnityComputeLightBakerUse the Unity Compute Light Baker.