Version: 2020.2
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping

class in UnityEditor.Experimental

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

Description

Experimental lightmapping features.

See Also: Lightmapping.

Static Properties

probesIgnoreDirectEnvironmentIf enabled ignores the direct contribution from the environment lighting in baked probes.

Static Methods

BakeStarts a synchronous lighting bake job for the target Scene.
BakeAsyncStarts an asynchronous lighting bake job for the target Scene.
GetAdditionalBakedProbesRetrieve the bake result of additional probes.
GetCustomBakeResultsRetrieve the custom bake results.
SetAdditionalBakedProbesSubmit additional probe positions to be baked using an identifier.
SetCustomBakeInputsSet the custom bake inputs.

Events

additionalBakedProbesCompletedEvent which is called when additional probe bakes have completed and results are ready to be fetched.