scene-list-opened

List currently opened Unity scenes with structured scene data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill scene-list-opened-igot-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scene-list-opened
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/scene-list-opened
Command: npx skills add https://github.com/igot-ai/os-twin --skill scene-list-opened-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers and toolchains often need a quick view of which scenes are currently open in the Unity Editor to coordinate debugging, testing, and scene-level automation.

Core Features & Use Cases

  • Lists all currently opened scenes in the Unity Editor.
  • Allows integration with the 'scene-get-data' tool to fetch detailed per-scene information.
  • Useful for automation workflows, debugging, and scene management tasks in Unity projects.

Quick Start

Invoke the tool to retrieve the list of currently opened Unity scenes.

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 currently opened Unity scenes for debugging and automation workflows?▼

You can retrieve opened Unity scenes by calling the /api/tools/scene-list-opened HTTP endpoint with no input parameters, returning a JSON object with SceneDataShallow entries detailing Name, IsLoaded, IsDirty, path, and buildIndex.

What scene metadata is available when listing opened scenes in the Unity Editor?▼

The scene list returns SceneDataShallow objects describing each opened Unity scene's Name, IsLoaded, IsDirty, IsSubScene, IsValidScene, RootCount, path, buildIndex, and instanceID for comprehensive scene management.

Can I use scene-list-opened with an MCP-based toolchain for Unity scene management?▼

Yes, scene-list-opened integrates with MCP-based toolchains and Unity Editor workflows, returning a structured JSON array of scene data via its HTTP API endpoint to coordinate scene management and testing automation.

Does the Unity scene listing tool require any input parameters to run?▼

No input parameters are required. The tool is invoked via the HTTP API at /api/tools/scene-list-opened and outputs a JSON object containing the result field with currently opened Unity scenes.

How do I get detailed scene information after listing opened Unity scenes?▼

After listing opened Unity scenes, integrate the result with the 'scene-get-data' tool to fetch detailed per-scene information, enabling deeper analysis for debugging, testing, and scene-level automation workflows.