unity-light

Create and configure Unity scene lights with batch property management.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-light-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-light
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/light
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-light-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, configuring, and managing lights in Unity, providing tools for efficient lighting control and scene illumination.

Core Features & Use Cases

  • Light Creation and Configuration: Create various types of lights (Directional, Point, Spot, Area) and configure their properties.
  • Batch Operations: Configure multiple lights simultaneously for quicker scene setup.
  • Light Properties: Adjust intensity, color, range, and shadows of lights.
  • Use Case: When you need to set up dynamic lighting in a Unity scene, quickly create and configure multiple lights with specific properties.

Quick Start

Use the unity-light skill to create a directional light at position (0, 3, 0) with a color of red (1, 0, 0) and intensity of 1.0.

Frequently Asked Questions about unity-light

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

FAQPage Schema
How do I create and configure multiple Unity lights in a scene at once?

Batch configure Unity lights by creating and adjusting multiple light types simultaneously. You can set properties like color, intensity, range, and shadows across several lights for quicker scene setup.

What types of Unity lights can I control using scripting?

Unity light control via scripting supports Directional, Point, Spot, and Area lights. You can precisely manage their specific properties to achieve dynamic scene illumination.

Do I need a specific Unity environment to manage light properties through scripts?

Managing Unity lights requires a Unity environment and appropriate scripting knowledge. This allows you to adjust intensity, color, range, and shadows effectively.

How do I set up a Unity directional light with a specific color and intensity?

Set up a Unity directional light by specifying its position, color, and intensity values in your script. For example, create a light at position (0, 3, 0) with a red color and intensity of 1.0.

What is the best way to handle dynamic lighting in a Unity scene?

Dynamic lighting in Unity is handled by creating and configuring various light types with precise properties. This approach allows detailed control over scene illumination and batch management.

Can I adjust shadows and range for different light types in Unity?

Yes, you can adjust shadows and range for different Unity light types. The skill provides detailed control over these light properties to configure scene illumination precisely.