scene-list-opened

Retrieve opened Unity Editor scenes with name, load status, dirty status, and path.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill scene-list-opened
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scene-list-opened
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/scene-list-opened
Command: npx skills add https://github.com/lunafish/Game00 --skill scene-list-opened

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly see which scenes are currently open in your Unity Editor, providing a clear overview of your project's active scenes.

Core Features & Use Cases

  • Scene Overview: Get a list of all scenes currently loaded in the Unity Editor.
  • Scene Details: Each scene in the list includes its name, load status, dirty status, and path.
  • Use Case: Before saving your project, you can use this Skill to verify all necessary scenes are open and in the expected state.

Quick Start

Call the scene-list-opened tool to get a list of 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 Unity scenes in the editor?

To list opened Unity scenes, use a tool that retrieves shallow data including scene name, loaded status, dirty status, and path. This provides a clear overview of the project's active scene states without manual inspection.

Can I check the dirty status of active Unity scenes before saving?

Checking the dirty status of active Unity scenes is possible by retrieving a list of all currently opened scenes. This helps you verify which scenes have unsaved changes and whether all necessary scenes are in the expected state before saving.

What scene details can I retrieve for Unity project overview?

For a Unity project overview, you can retrieve scene details including the scene name, loaded status, dirty status, and file path. This shallow data is useful for understanding active scene states and managing scene loading workflows.

Does this Unity scene management tool require any dependencies?

This Unity scene management tool does not require any dependencies. You can call it directly to get a list of all currently opened scenes in the Unity Editor without setting up additional components or libraries.

When do I need to get a list of loaded scenes in Unity?

You need to get a list of loaded scenes in Unity when managing scene loading workflows or verifying active scene states before a project save. It provides shallow data including scene name, loaded status, and path to ensure your project is in the expected state.