scene-set-active

Set a specified opened scene as the active scene in Unity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of setting an active scene in Unity, which is essential for adding new GameObjects and performing various operations.

Core Features & Use Cases

  • Active Scene Selection: Choose a scene to be the active one where new GameObjects are added and default operations are applied.
  • Scene Management: Use 'scene-list-opened' to list all opened scenes before selecting an active one.
  • Use Case: When working on a Unity project with multiple scenes, quickly set the desired scene as active to start adding new elements or modifying existing ones.

Quick Start

Use the scene-set-active skill to set 'MainScene' as the active scene.

Frequently Asked Questions about scene-set-active

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

FAQPage Schema
How do I set the active scene in Unity to add new GameObjects?

To set the active scene in Unity, specify the target scene from your opened scenes list, which enables the addition of new GameObjects and applies default operations to that scene.

Why do newly instantiated GameObjects go to the wrong Unity scene?

Newly instantiated GameObjects are added to the active scene by default. You must explicitly set the desired scene as the active scene to ensure new elements are placed correctly.

Do I need to list opened scenes before setting an active scene in Unity?

Yes, you need to enumerate opened scenes first to identify the target scene. You can use the scene-list-opened skill to list all opened scenes before selecting one as the active scene.

Can I set an active scene for a Unity project with multiple opened scenes?

Yes, when working on a Unity project with multiple scenes, you can quickly set the desired scene as active to start adding new elements or modifying existing ones.

What is the best way to manage default operations across multiple Unity scenes?

The best way to manage default operations across multiple Unity scenes is to explicitly set the target scene as the active scene, directing all new GameObject additions and modifications to the intended scene.