unity-light

Configure and batch-update Unity scene lights and probes.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-light-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-light
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/light
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-light-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity lighting workflows are repetitive and error-prone when creating, configuring, and synchronizing multiple lights and associated probes across scenes and prefabs; this Skill centralizes those tasks and reduces manual edits and inconsistencies.

Core Features & Use Cases

  • Create and configure lights: Create Directional, Point, Spot, and Area lights with color, intensity, range, spot angle, and shadow settings.
  • Batch operations: Efficiently update properties or enabled state for many lights at once to avoid multiple API calls.
  • Probes and baking: Add reflection probes and light probe groups, and query lightmap baking settings for scene lighting workflows.
  • Use Case: Set up outdoor sun lighting, tune clustered indoor lamps, or create dramatic spotlights and probe placements for both realtime and baked lighting.

Quick Start

Create a directional sun named Sun with soft shadows and then batch-adjust three indoor lamps to warm color and intensity 2 using the light_set_properties_batch skill.

Frequently Asked Questions about unity-light

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch configure Unity scene lights and update their properties?

Batch configure Unity scene lights by updating properties like color, intensity, range, and shadow settings for multiple Directional, Point, Spot, or Area lights simultaneously to avoid repetitive manual edits.

Can I create reflection probes and light probe groups in Unity automatically?

Yes, you can create and add reflection probes and light probe groups to Unity scenes and prefabs automatically, simplifying the setup process for both realtime and baked lighting workflows.

What is the best way to set up outdoor sun lighting with soft shadows in Unity?

Set up outdoor sun lighting by creating a Directional light with specific color, intensity, and soft shadow settings, which centralizes configuration and reduces manual inconsistencies in Unity scenes.

Does this Unity lighting automation work with lightmap baking queries?

Yes, this Unity lighting automation supports lightmap baking workflows by querying lightmap baking settings and returning structured metadata including instanceId and hierarchy path for scene objects.

Can I use this to batch update spot angle and range for multiple Unity lights?

Yes, you can batch update spot angle, range, color, intensity, and enabled state for multiple Spot, Point, or Area lights in Unity scenes and prefabs in a single operation.

Why are my Unity scene lights inconsistent when configuring multiple instances manually?

Configuring multiple Unity scene lights manually is repetitive and error-prone, leading to inconsistencies across scenes and prefabs, which batch operations solve by synchronizing properties efficiently.