scene-unload

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill scene-unload-silac1995
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scene-unload
Source: https://github.com/Silac1995/My-World-Isekai-Unity/tree/main/.claude/skills/scene-unload
Command: npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill scene-unload-silac1995

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unloads a scene from the currently opened scenes in the Unity Editor, allowing you to manage scene load state and preserve memory during testing and workflows.

Core Features & Use Cases

  • Unloads a named scene from the Opened scenes in the Unity Editor to free resources.
  • Supports quick cleanup during scene transitions and test runs by removing unnecessary scenes.
  • Use Case: After testing a level, unload the loaded scene to prepare for the next scenario.

Quick Start

Unload a scene by name using the scene-unload tool.

Frequently Asked Questions about scene-unload

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

FAQPage Schema
How do I unload an opened scene in the Unity Editor to free memory?

To unload an opened Unity scene, you provide the scene name as a parameter to the scene-unload tool, which removes it from the current session and returns a structured status result via the Unity MCP API.

What's the best way to automate scene cleanup after testing a Unity level?

Automating scene cleanup after testing involves using the scene-unload tool to quickly remove the tested scene by name, freeing up resources and simplifying management for the next scenario.

Does the Unity scene unload tool require a specific scene name format?

Yes, the Unity scene unload tool requires a name parameter as input to identify and remove the specific scene from the currently opened scenes in the Editor.

Can I use the Unity MCP API to remove unnecessary scenes from my current session?

Yes, you can use the Unity MCP API with the scene-unload tool to remove unnecessary scenes from your current session, returning a structured result containing the unloaded scene reference and status.

When do I need to unload scenes during Unity Editor workflows?

You need to unload scenes during Unity Editor workflows when switching contexts between scenes, preparing for the next scenario after testing, or freeing resources to preserve memory during complex workflows.