unity-light

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

1.6k|152|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-light
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-light
Source: https://github.com/Besty0728/Unity-Skills/tree/main/unity-skills/skills/light
Command: npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-light

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and configuration of lights in Unity scenes, reducing repetitive setup and ensuring consistent lighting across projects.

Core Features & Use Cases

  • Single light creation: Create lights with specified type, color, position, and intensity.
  • Batch lighting: Apply properties to 2+ lights in one operation to save time and reduce errors.
  • Light management: Enable/disable lights, query info, and discover all lights in a scene.
  • Supported light types: Directional, Point, Spot, and Area lights for versatile illumination.

Quick Start

Start by creating a simple Point light named "Torch" at a height of 2 units, then expand to batch updates as needed.

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 lighting setup across multiple scenes?

You can automate Unity lighting setup by using batch operations to create and configure Directional, Point, Spot, and Area lights across multiple scene setups simultaneously. This reduces repetitive manual work and ensures consistent light properties.

Can I apply batch light properties to multiple lights in a Unity scene?

Yes, you can apply batch light properties to two or more lights in a Unity scene in a single operation. This functionality allows you to set color, position, and intensity for multiple lights efficiently without repetitive manual adjustments.

What is batch lighting configuration in Unity game development?

Batch lighting configuration in Unity is the process of applying property settings to multiple lights simultaneously. It enables efficient lighting workflows by automating creation, enabling, disabling, and querying light info across varied scene setups.

How do I find and manage all lights in a Unity scene?

To find and manage all lights in a Unity scene, you can use light discovery and management functions to query light info, toggle enabled states, and identify all existing lights. This streamlines scene lighting maintenance and updates.

What is the best way to configure Directional and Spot lights in Unity?

The best way to configure Directional and Spot lights in Unity is through automated creation and property setting tools. These tools allow you to specify light type, color, position, and intensity, ensuring consistent illumination across your project.