scene-open

Open a Unity scene in Single or Additive mode and list opened scenes.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill scene-open-infotechsrealm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scene-open
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/scene-open
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill scene-open-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the opening of Unity scenes, reducing the manual effort of switching scenes during development.

Core Features & Use Cases

  • Scene Opening: Opens a Unity scene asset in either Single or Additive mode.
  • Scene List: Provides the list of all opened scenes after operation.
  • Use Case: When developing a Unity project, quickly switch to a different scene by using this skill with the appropriate parameters.

Quick Start

Open a scene with 'Assets/Scenes/ExampleScene.unity' in Single mode using the command 'run-tool scene-open --input '{ "sceneRef": "Assets/Scenes/ExampleScene.unity" }''.

Frequently Asked Questions about scene-open

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

FAQPage Schema
How do I open a Unity scene with a single command?▼

You can open a Unity scene by specifying its path and mode. The scene-open skill processes the scene reference and opens it in either Single or Additive mode, then returns a list of all opened scenes.

What is the difference between Single and Additive scene opening modes in Unity?▼

Single mode closes all current scenes and opens the new one, while Additive mode loads the new scene alongside existing ones. The scene-open skill supports both modes for dynamic scene switching and asset management.

Can I list all opened Unity scenes after loading a new one?▼

Yes, listing opened Unity scenes happens automatically. After executing the scene-open command to load your target scene, the skill provides an updated list of all scenes currently open in the Unity Editor.

Do I need the Unity Editor environment to use this scene management tool?▼

Yes, the Unity Editor environment and its associated tools are required. The scene-open skill operates within the Unity Editor to manage asset references and execute scene switching commands effectively.

How do I automate scene switching for Unity game development workflows?▼

You can automate scene switching by running the scene-open tool with a JSON input containing the scene path. This reduces manual effort by programmatically loading Unity scenes during development.