scene-create

Automate Unity scene creation with custom setups and additive modes.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill scene-create-infotechsrealm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scene-create
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/scene-create
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill scene-create-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating new Unity scenes can be time-consuming and prone to error. This skill automates the process, ensuring scenes are created quickly and accurately according to user specifications.

Core Features & Use Cases

  • Scene Creation: Automates the creation of new Unity scenes.
  • Custom Setup: Allows selection of the scene setup (Empty or with Default GameObjects).
  • Scene Mode: Supports both Single (closes other scenes) and Additive (keeps other scenes open) modes.
  • Use Case: Ideal for developers looking to streamline the Unity scene creation process in their projects.

Quick Start

Create a new Unity scene with default GameObjects at 'Assets/NewScene.unity'.

Frequently Asked Questions about scene-create

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

FAQPage Schema
How do I automate Unity scene creation with specific setup modes?▼

Automating Unity scene creation requires an editor tool that handles scene setups and modes. This skill uses EditorSceneManager to create new scenes with specified Empty or Default GameObjects configurations in either Single or Additive modes.

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

Single scene mode closes other open scenes when creating a new scene, while Additive scene mode keeps existing scenes open. This skill automates handling both modes through EditorSceneManager to streamline your Unity scene creation workflow.

Can I create a custom Unity scene setup with default GameObjects automatically?▼

Yes, you can create a custom Unity scene setup with default GameObjects automatically. This skill allows selecting between an Empty setup or one populated with Default GameObjects when generating new scenes via the Unity Editor.

Do I need access to the Unity Editor to automate scene creation?▼

Yes, automating scene creation requires access to the Unity Editor and the EditorSceneManager API. This skill operates within the editor environment to handle scene initialization, setup configurations, and mode selection.

What's the best way to streamline new Unity scene generation for game development?▼

The best way to streamline new Unity scene generation is using an automation skill that specifies scene paths, setups, and modes. This reduces manual errors and accelerates game development by handling EditorSceneManager operations directly.

Why does manually creating Unity scenes take so much time?▼

Manually creating Unity scenes is time-consuming and prone to error due to repetitive setup steps. Automating the process ensures scenes are created quickly and accurately according to specified Empty or Default GameObjects configurations.