Experimental lightmapping features.
Additional resources: Lightmapping.
| Property | Description | 
|---|---|
| probesIgnoreDirectEnvironment | If enabled ignores the direct contribution from the environment lighting in baked probes. | 
| probesIgnoreIndirectEnvironment | If enabled ignores the indirect contribution from the environment lighting in baked probes. | 
| Method | Description | 
|---|---|
| Bake | Starts a synchronous lighting bake job for the target Scene. | 
| BakeAsync | Starts an asynchronous lighting bake job for the target Scene. | 
| GetAdditionalBakedProbes | Retrieve the bake result of additional probes. | 
| GetCustomBakeResults | Retrieve the custom bake results. | 
| GetCustomBakeResultsNoCopy | Retrieve the custom bake results. | 
| SetAdditionalBakedProbes | Submit additional probe positions to be baked using an identifier. | 
| SetCustomBakeInputs | Set the custom bake inputs. | 
| SetLightDirty | Manually sets a light as dirty. | 
| Event | Description | 
|---|---|
| additionalBakedProbesCompleted | Event which is called when additional probe bakes have completed and results are ready to be fetched. |