unity-scene-create

Create and bootstrap Unity scenes with GameObjects and components.

83|10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/akiojin/unity-cli --skill unity-scene-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene-create
Source: https://github.com/akiojin/unity-cli/tree/main/.claude-plugin/plugins/unity-cli/skills/unity-scene-create
Command: npx skills add https://github.com/akiojin/unity-cli --skill unity-scene-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and initial setup of Unity scenes, allowing for rapid bootstrapping of levels, test environments, or new project starting points.

Core Features & Use Cases

  • Scene Creation: Generate new Unity scenes with specified names and paths.
  • GameObject Population: Add primitive or empty GameObjects to scenes, with options for parenting.
  • Component Attachment: Attach common components like Rigidbody or Collider to GameObjects.
  • Scene Loading/Saving: Load existing scenes and persist changes.
  • Use Case: When starting a new level design, use this Skill to create a scene, add a player spawn point (a Cube with a Rigidbody), a camera, and save the initial setup.

Quick Start

Create a new scene named 'MyLevel' in the 'Assets/Scenes/' directory and add a 'Player' GameObject with a Rigidbody component.

Frequently Asked Questions about unity-scene-create

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

FAQPage Schema
How do I create a new Unity scene and add GameObjects with components from the command line?

You can create and bootstrap Unity scenes by using unity-cli commands to generate new scenes, add primitive or empty GameObjects with parent paths, and attach components like Rigidbody or Collider for level design and testing.

Can I attach Rigidbody or Collider components to GameObjects when setting up a Unity scene?

Yes, you can attach common components like Rigidbody or Collider to GameObjects during scene creation, allowing you to rapidly bootstrap test environments with interactive physics objects.

What is the best way to automate Unity scene creation for level design and testing?

Automating Unity scene creation involves using unity-cli commands to generate scenes, populate them with GameObjects, and persist changes, streamlining the initial setup for levels and test environments.

Does this scene creation workflow support parenting GameObjects when populating a Unity scene?

Yes, the scene creation workflow supports adding primitive or empty GameObjects with optional parent paths, allowing you to organize scene hierarchies effectively while bootstrapping your level.

Can I load existing Unity scenes and save changes after adding new GameObjects?

Yes, the workflow supports loading existing scenes, adding new GameObjects with specified components, and saving the changes to persist your modified scene structure for future development.