lightprobe-configure-lights
Batch-configure light bake modes in Unity scenes by specifying name patterns with wildcards and target modes (Realtime, Baked, Mixed). Use after analyzing current lights to efficiently update multiple lights.
Instructions
Batch-configure Light bake modes in the scene. Each entry specifies a name pattern (supports * wildcard) and a target mode (Realtime, Baked, Mixed). Use 'lightprobe-analyze' first to inspect all lights and their current modes, then decide which lights to change based on the analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lights | Yes | Array of light configurations. SCHEMA: [{"namePattern":"Directional*","mode":"Mixed"}] |