Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping

class in UnityEditor.Experimental

Switch to Manual

Description

Experimental lightmapping features.

See Also: Lightmapping.

Static Variables

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

Static Functions

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.