scene-unload

Unload a specified scene from the Unity Editor's opened scenes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unloads a selected Unity scene from the Editor's opened scenes to free resources and simplify editing workflows.

Core Features & Use Cases

  • Unload a specific scene from the currently opened scenes in the Unity Editor.
  • Useful when batch testing scene transitions, freeing memory during iteration, or cleaning up the editor state between runs.
  • Supports automation pipelines by returning the unloaded scene name for downstream steps.

Quick Start

Unload the scene named "SampleScene" from the Unity Editor's opened scenes.

Frequently Asked Questions about scene-unload

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

FAQPage Schema
How do I unload a specific scene from the opened scenes list in the Unity Editor?

Yes, scene unloading is designed for automation pipelines, returning the unloaded scene name as output for downstream steps. This supports batch testing scene transitions and cleaning up editor state between automated runs.

What happens if I try to unload a Unity scene that is not currently open?

If you attempt to unload a scene that is not currently open in the Unity Editor, the tool returns an error indicating the scene was not found. It ensures the scene is present in the opened scenes list before attempting the unload operation.

When should I unload scenes instead of closing them during Unity editor iteration?

You should unload scenes to free memory and simplify editing workflows when batch testing scene transitions or cleaning up editor state between runs. Unloading removes the scene from the active editor list without fully closing the project.

Does scene unloading require any specific Unity packages or dependencies?

No specific Unity packages or dependencies are required to perform scene unloading. The tool operates directly on the Unity Editor's opened scenes management system using the provided scene name input.