What problem does it solve? Setting up and tuning Unity scene lighting through the editor is repetitive, especially when configuring many lights at once. This Skill lets you create, configure, query, and batch-toggle Unity lights directly through natural language commands. ## Core Features & Use Cases - Light Creation & Configuration: Create Directional, Point, Spot, and Area lights with color, intensity, range, spot angle, and shadow settings. - Batch Operations: Configure or enable/disable multiple lights in a single call using light_set_properties_batch and light_set_enabled_batch. - Probes & Lightmaps: Add Light Probe Groups with grid layouts, create Reflection Probes, and inspect lightmap baking settings. - Use Case: When building a night scene, ask to create a warm directional moonlight, add several point lights for torches, then batch-dim all torches at once. ## Quick Start Create a soft-shadowed directional light named Sun with warm color and intensity 1.2 in my Unity scene.