scene-open

Load Unity scenes in Single or Additive modes via Unity-MCP CLI.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill scene-open-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scene-open
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/scene-open
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill scene-open-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of opening Unity scenes, providing a quick and reliable way to manage scene loads in both Single and Additive modes.

Core Features & Use Cases

  • Scene Opening: Load Unity scenes with precision, either replacing the current scene or adding to it.
  • Mode Selection: Choose between Single and Additive modes to suit your workflow.
  • Use Case: Ideal for game development, where you might need to switch scenes dynamically or load additional scenes without disrupting the current game state.

Quick Start

Open the 'Gameplay' scene in Additive mode using the 'scene-open' skill.

Frequently Asked Questions about scene-open

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

FAQPage Schema
How do I load a Unity scene in Additive mode without unloading the current scene?

Yes, Unity scene loading supports both Single and Additive modes. Single mode replaces the current scene entirely, while Additive mode loads the new scene on top of the existing one to preserve the current game state.

Do I need Unity-MCP CLI to automate Unity scene management?

Yes, automating Unity scene management with this Skill requires both the Unity engine and the Unity-MCP CLI to execute the scene loading operations programmatically.

What is the difference between Single and Additive scene loading in Unity?

Single scene loading in Unity replaces the current active scene entirely, whereas Additive scene loading adds the new scene to the active game state. This Skill manages both modes to suit dynamic game development workflows.

Can I dynamically switch Unity scenes during gameplay without losing the current game state?

Dynamically switching Unity scenes during gameplay without losing state is achieved by using Additive mode. This Skill opens scenes in Additive mode to load additional environments without disrupting the current game state.

What is the best way to automate scene opening for Unity game development workflows?

The best way to automate scene opening in Unity workflows is using a dedicated scene management Skill. It streamlines scene loads in Single or Additive modes, providing a quick and reliable way to switch scenes dynamically.