unity-scene

Create, load, save, and inspect Unity scenes programmatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity scene management automates common tasks for Unity developers who need to create, load, save scenes and inspect hierarchy.

Core Features & Use Cases

  • Create, load, save, and unload scenes with an API surface that mirrors Unity's Scene management.
  • Retrieve scene information and hierarchy to understand structure and changes across edits.
  • Capture screenshots of the current scene for documentation and QA.

Quick Start

Create a new scene at Assets/Scenes/MyScene.unity and load it to review its hierarchy.

Frequently Asked Questions about unity-scene

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

FAQPage Schema
How do I automate Unity scene management tasks like creating and loading scenes?

You can automate Unity scene management by using scene APIs to programmatically create, load, save, and unload scenes in both editing and runtime contexts, replacing manual editor interactions with scripted operations.

What is the best way to capture a screenshot of a Unity scene for documentation?

The best way to capture a Unity scene screenshot is by using automated scene APIs to capture the current scene view, providing visual outputs for game development documentation and QA without manual screen captures.

Can I retrieve the Unity scene hierarchy programmatically during runtime?

Yes, you can retrieve the Unity scene hierarchy programmatically by calling scene information APIs during runtime to inspect structure and track changes across edits.

Does Unity scene automation support additive loading for multiple scenes?

Yes, Unity scene automation supports additive loading and active scene management, allowing game developers to load multiple scenes simultaneously and manage the active scene context programmatically.

When do I need to use programmatic scene management instead of the Unity editor?

You need programmatic Unity scene management when automating game development workflows that require creating, loading, or saving scenes dynamically during runtime or batch editing without manual editor input.