scene-list-opened

List all open scenes in the Unity Editor with names, paths, and build flags.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of quickly identifying which scenes are currently open in the Unity Editor, allowing for efficient scene management and workflow.

Core Features & Use Cases

  • List Open Scenes: Provides a snapshot of all scenes currently open in Unity, including their names, paths, and build flags.
  • Use Case: When working on a large project with multiple scenes, this Skill helps you quickly verify which scenes are open and ready for editing.

Quick Start

To list all opened scenes, simply run the 'scene-list-opened' tool with the 'unity-mcp-cli' command.

Frequently Asked Questions about scene-list-opened

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

FAQPage Schema
How do I list all opened scenes in the Unity Editor?

To list opened scenes in the Unity Editor, run the 'scene-list-opened' tool via the 'unity-mcp-cli' command. It returns a snapshot of all active scenes, including their names, paths, and build flags for quick verification.

What is the best way to check active Unity scenes for debugging?

Checking active Unity scenes for debugging is done by listing their presence and metadata. This tool identifies currently open scenes, providing their names, paths, and build flags to ensure you are editing the correct scene.

Can I see the file paths and build flags of open Unity scenes?

Yes, you can see the file paths and build flags of open Unity scenes. The tool queries the editor environment to retrieve a detailed list of all active scenes, returning their names, file paths, and build flags.

How do I manage multiple Unity scenes when working on large projects?

Managing multiple Unity scenes in large projects requires verifying which scenes are currently open. By listing all active scenes along with their paths and build flags, you can quickly confirm which scenes are ready for editing.

Do I need any specific Unity packages to query open scenes?

No specific Unity packages are required to query open scenes. You run the 'scene-list-opened' tool using the 'unity-mcp-cli' command, which directly interfaces with the Unity Editor to identify active scenes.