gameobject-create

Automates Unity GameObject and primitive creation with parenting, positioning, and scaling in scenes and prefabs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating new GameObjects in Unity, streamlining the workflow for game development and design.

Core Features & Use Cases

  • Create GameObjects: Generate new GameObjects with optional parameters for name, position, rotation, and scale.
  • Parenting: Optionally parent new GameObjects under existing ones.
  • Primitive Types: Spawn Unity primitives like cubes, spheres, and planes directly.
  • Use Case: Ideal for quickly prototyping or setting up complex scenes without manually creating each GameObject.

Quick Start

Create a new GameObject with the name 'MyCube' at the origin, using a primitive type of cube.

Frequently Asked Questions about gameobject-create

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

FAQPage Schema
How do I automate GameObject creation in Unity scenes?

You can automate GameObject creation in Unity by using scripts to instantiate empty objects or predefined primitives with specific names, positions, and rotations. This Skill streamlines scene design by handling these parameters programmatically.

What is the best way to spawn Unity primitives like cubes and spheres automatically?

Spawning Unity primitives like cubes and spheres is achieved by defining the primitive type in your automation script. This Skill directly supports generating these predefined shapes with optional positioning and scaling for rapid prototyping.

Can I set parent-child relationships when spawning GameObjects in Unity?

Yes, you can set parent-child relationships when spawning GameObjects in Unity. The automation supports optionally parenting newly created objects under existing ones, allowing you to build complex scene hierarchies programmatically.

Does this Unity automation support modifying position, rotation, and scale for new prefabs?

Yes, this Unity automation supports modifying position, rotation, and scale for new prefabs. It accepts optional parameters for these transformations, allowing precise placement and sizing of empty GameObjects and primitives during generation.

Are there limitations when creating complex Unity scene hierarchies through automation?

The primary limitation when creating complex Unity scene hierarchies through automation is that it spawns objects based on provided parameters like primitives and parenting structures. It does not appear to handle custom mesh loading or component attachment beyond primitive generation.