lighting
Controls Unity's lighting and rendering environment. Adjust ambient, fog, skybox, bake lightmaps, and manage light probes.
Instructions
Controls Unity lighting and rendering environment. Actions:
get_settings: Get current lighting settings
set_settings: Modify lighting settings
bake_lighting: Start lightmap baking
cancel_bake: Cancel ongoing bake
get_bake_status: Get baking progress
clear_baked_data: Clear baked lighting data
get_light_probes: Get light probe data
update_light_probes: Refresh light probes
set_ambient: Set ambient lighting
set_fog: Configure fog settings
set_skybox: Set skybox material
get_reflection_probes: Get reflection probe data
render_reflection_probes: Re-render reflection probes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Lighting action to perform | |
| skyboxPath | No | Asset path to skybox material | |
| bakeOptions | No | Options for baking | |
| fogSettings | No | Fog settings | |
| ambientSettings | No | Ambient lighting settings | |
| lightingSettings | No | Lighting settings to modify | |
| reflectionProbeId | No | Specific reflection probe instance ID |