scene-list-opened

List currently opened scenes in the Unity Editor with status information.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill scene-list-opened-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scene-list-opened
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/scene-list-opened
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill scene-list-opened-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity Editor can have multiple scenes loaded at once, and tracking which ones are currently open helps with debugging and project organization. This Skill provides a reliable list of opened scenes so you can quickly assess the active workspace and plan changes.

Core Features & Use Cases

  • List currently opened scenes with basic status information.
  • Use in debugging sessions, scene audits, or build validation when multiple scenes are loaded.
  • Integrate with other MCP tools to drill down for more detailed scene data via scene-get-data.

Quick Start

Run the tool to fetch all currently opened scenes in the Unity Editor.

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?

You can list opened Unity Editor scenes by running a tool that reads the editor's current scene state and outputs a structured array of scene data, providing a concise overview of all active scenes.

Why does Unity load multiple scenes and how can I track them for debugging?

Unity Editor can have multiple scenes loaded at once for additive scene management. Tracking currently opened scenes helps with debugging sessions, scene audits, and project organization by providing a clear view of the active workspace.

Can I get scene status information for build validation when multiple scenes are loaded?

Yes, you can retrieve basic status information for currently opened scenes to use during build validation. This allows you to quickly assess the active workspace and plan changes when multiple scenes are loaded in a running project.

What's the best way to audit loaded Unity scenes before making project changes?

The best way to audit loaded Unity scenes is to fetch a reliable list of all currently opened scenes with their basic status information. This provides a clear view of the active workspace to help you plan changes accurately.

How do I integrate opened scene data with other MCP tools for detailed analysis?

You can integrate the structured array of opened scene data with other MCP tools like scene-get-data to drill down for more detailed scene information. This enables comprehensive downstream analysis during debugging sessions.