gameobject-create

Create GameObjects in Unity Prefabs or Scenes with specified transforms.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill gameobject-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gameobject-create
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/gameobject-create
Command: npx skills add https://github.com/lunafish/Game00 --skill gameobject-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new GameObjects within Unity projects, whether in prefabs or active scenes, reducing manual steps and ensuring precise placement.

Core Features & Use Cases

  • GameObject Creation: Instantly create new GameObjects with specified names.
  • Transform Control: Define position, rotation, and scale during creation for immediate asset setup.
  • Hierarchy Management: Assign parent GameObjects to organize your scene or prefab structure.
  • Primitive Types: Supports creation of basic primitive shapes like Cubes, Spheres, and Planes.

Quick Start

Create a new Cube named 'MyCube' at position (1, 2, 3) in the scene.

Frequently Asked Questions about gameobject-create

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

FAQPage Schema
How do I create a new GameObject in a Unity scene with specific position and rotation?

To create a new GameObject in Unity, you can instantly define its name, parent hierarchy, position, rotation, and scale. This ensures precise placement using either local or world space transforms during the creation process.

Can I instantiate primitive shapes like Cubes and Spheres directly in Unity prefabs?

Yes, you can instantiate primitive shapes like Cubes, Spheres, and Planes directly within an opened Unity Prefab. This supports defining local or world space transforms to ensure precise asset setup and hierarchy management.

What is the best way to organize new GameObjects under a parent in Unity?

The best way to organize new GameObjects under a parent in Unity is to assign the parent GameObject during the creation process. This hierarchy management instantly structures your scene or prefab without requiring manual dragging.

Does Unity support defining local versus world space transforms when creating a new GameObject?

Yes, Unity supports defining local or world space transforms when creating a new GameObject. This allows you to specify position, rotation, and scale coordinates relative to the parent or the global scene origin during creation.

Why are my manually created Unity GameObjects misaligned in the scene hierarchy?

Manually created Unity GameObjects may be misaligned due to incorrect parent assignment or missing transform definitions. Instantiating them with predefined local or world space transforms ensures proper hierarchy organization and precise placement.