unity-light

Create and configure Unity Directional, Point, Spot, and Area lights.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers waste time hand-tuning lighting and troubleshooting lighting configurations in Unity scenes; this skill provides programmable light creation and property management to accelerate scene setup and iteration.

Core Features & Use Cases

  • Create and configure lights (Directional, Point, Spot, Area) with a single command.
  • Batch operations for multiple lights (batch updates for speed and consistency across scenes).
  • Real-time property management (color, intensity, range, shadows, etc.) and guidance to avoid common pitfalls.

Quick Start

Create a directional light named SunRig, color warm white, intensity 1.2, and soft shadows.

Frequently Asked Questions about unity-light

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

FAQPage Schema
How do I automate Unity light creation for scene setup?

Automate Unity light creation by defining parameters like lightType, color, intensity, and shadows in a YAML frontmatter. This programmable approach accelerates scene illumination setup and ensures consistent lighting configurations across your project.

Can I batch update multiple Unity lights at once?

Yes, you can batch update multiple Unity lights simultaneously. Batch operations support modifying Directional, Point, Spot, and Area lights across scenes to achieve consistent real-time property management and rapid iteration.

What's the best way to configure Unity shadows and intensity for multiple lights?

The best way to configure Unity shadows and intensity is using programmable light management. It exposes parameters for intensity, range, and shadows, allowing precise real-time property control and guidance to avoid common pitfalls.

Does this Unity lighting automation support Point and Spot light types?

Yes, Unity lighting automation supports Point and Spot light types, alongside Directional and Area lights. You can specify the lightType parameter during creation and configuration to match your scene illumination requirements.

Why hand-tune Unity lighting configurations when you can script them?

Hand-tuning Unity lighting wastes time and causes troubleshooting delays. Scripting light creation and property management automates scene setup, enabling rapid iteration and consistent illumination without manual adjustments.