Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

EditorGraphicsSettings.defaultLightBaker

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static LightBaker defaultLightBaker;

Description

Specifies the default light baker to use for lightmap and light probe generation.

This property controls which light baking backend Unity uses when generating lightmaps and light probes. You can choose between the Progressive Lightmapper and the Unity Compute Light Baker.

The Progressive Lightmapper is Unity's legacy light baking solution that supports both CPU and GPU backends. The Unity Compute Light Baker is Unity's modern GPU-accelerated solution offering improved performance and quality.

Additional resources: LightBaker, Lightmapping.