unity-scene

Create, load, save Unity scenes and retrieve scene hierarchy.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-scene-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/scene
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-scene-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity scene management is often manual and error-prone, requiring repetitive operations to create, load, save, and inspect scene hierarchies. This Skill consolidates these tasks into a single programmable interface to improve reliability and speed.

Core Features & Use Cases

  • Create new scenes with a specified path.
  • Load scenes (including additive loading) and manage active scenes.
  • Save current scenes and retrieve scene information and hierarchy.
  • Capture scene screenshots and list loaded scenes for quick context.

Quick Start

Create a new scene at Assets/Scenes/MyScene.unity and then load it to verify its contents and 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?

Automate Unity scene management by using a programmable interface to create, load, and save scenes. This replaces manual editor operations with reliable parameters for scenePath and additive loading.

Can I retrieve the Unity scene hierarchy programmatically for visual checks?

Yes, you can retrieve the Unity scene hierarchy programmatically. The interface exposes functions to query scene info and hierarchy, allowing quick visual checks across multiple loaded scenes.

How do I load multiple scenes additively in Unity for editor workflows?

Load multiple scenes additively in Unity by specifying additive loading parameters. This allows you to manage active scenes and retrieve a list of all loaded scenes for quick context in editor workflows.

What is the best way to capture scene screenshots and inspect scene info in Unity?

Capture scene screenshots and inspect scene info by using consolidated scene management functions. This approach provides reliable scene operations and quick hierarchy views without manual inspection.

Does this Unity scene automation tool support saving the current scene and listing loaded scenes?

Yes, this Unity scene automation tool supports saving the current scene and listing loaded scenes. It exposes dedicated functions to query scene info, manage active scenes, and capture screenshots.