unity-light

Configure lights, probes, and lightmap settings in Unity projects.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-light-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-light
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/light
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-light-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Unity scene lighting and reflection probes manually can be tedious and error-prone, especially with multiple lights and probe grids. This Skill provides a cohesive approach to create lights, configure properties, batch updates, and place reflection probes efficiently.

Core Features & Use Cases

  • Create lights: light_create
  • Configure properties: light_set_properties
  • Batch operations: light_set_properties_batch, light_set_enabled_batch
  • Get and find lights: light_get_info, light_find_all
  • Add probes: light_add_probe_group
  • Reflection probes: light_add_reflection_probe
  • Inspect lightmap settings: light_get_lightmap_settings

Quick Start

Create a directional light named 'Sun' with soft shadows and basic properties to illuminate the scene.

Frequently Asked Questions about unity-light

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

FAQPage Schema
How do I batch update light properties across multiple lights in Unity?

Batch update light properties in Unity by applying settings like color, intensity, and shadow toggles across many lights simultaneously to ensure scene-wide consistency and reduce manual configuration errors.

How do I add and configure reflection probes for a Unity scene?

Add and configure reflection probes in a Unity scene by placing probe groups and adjusting their settings to capture accurate environmental reflections, streamlining level design and scene creation workflows.

What is the best way to find and inspect lights in a large Unity project?

Find and inspect lights in a large Unity project by querying all existing lights and retrieving their current properties, allowing developers to locate specific lights and verify lightmap settings efficiently.

Can I create a directional light with specific shadow and intensity settings in Unity programmatically?

Create directional lights in Unity programmatically by defining types, colors, intensities, ranges, and shadow settings to illuminate scenes precisely without manual placement in the editor.

How do I check lightmap settings for performance optimization in Unity?

Check lightmap settings for performance optimization in Unity by inspecting current configurations to ensure lighting data aligns with scene complexity and performance targets during level design.

Does this Unity lighting automation support enabling and disabling lights in bulk?

Unity lighting automation supports enabling and disabling lights in bulk through batch operations, allowing developers to toggle light states across many objects for performance testing and scene management.