unity-scene

Create, load, save, and inspect Unity scenes with hierarchy and screenshot capture.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-scene-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/scene
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-scene-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers often spend time writing repetitive scripts to create, load, and save scenes, and to inspect scene hierarchies. This skill consolidates those tasks into a safe, reusable workflow to streamline scene management.

Core Features & Use Cases

  • Create a new scene at a specified path (e.g., "Assets/Scenes/Level1.unity")
  • Load scenes (including additive loading) and switch the active scene
  • Retrieve scene information and full hierarchy for debugging and planning
  • Capture a screenshot of the current scene for previews and documentation

Quick Start

Create a new scene at "Assets/Scenes/Level1.unity" and then load it to verify the 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 creation and loading for game development?

Automating Unity scene creation and loading involves using scripting to generate a scene at a specified path and load it to verify the hierarchy. This approach streamlines scene management by consolidating repetitive tasks into a safe, reusable workflow.

Can I load Unity scenes additively and switch the active scene through scripting?

Yes, you can load Unity scenes additively and switch the active scene through scripting. This allows developers to merge multiple scenes into a single active environment during gameplay, facilitating modular game development and managing complex scene hierarchies efficiently.

What is the best way to inspect a Unity scene hierarchy for debugging?

Inspecting a Unity scene hierarchy for debugging is best done by retrieving scene information and the full hierarchy programmatically. This method provides a clear view of loaded scenes and their structure, enabling developers to plan modifications and identify issues within the game environment.

How do I capture a screenshot of a Unity scene for documentation?

Capturing a screenshot of a Unity scene for documentation involves triggering a screenshot output of the current scene view. This generates preview images that can be used for project tracking, visual validation, and sharing development progress across the team.

Does this Unity scene management workflow support custom scene paths?

Yes, this Unity scene management workflow supports custom scene paths. You can create a new scene at a specified path, such as "Assets/Scenes/Level1.unity", ensuring that your game development project maintains a structured and organized directory for all scene assets.