gameobject-create

Create Unity GameObjects with parenting, positions, rotations, and scales.

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

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, reducing manual work and increasing efficiency in scene and prefab setup.

Core Features & Use Cases

  • Automatic GameObject Creation: Spawns GameObjects directly in the active Scene or Prefab.
  • Parenting and Positioning: Ability to parent new GameObjects under existing ones and set custom positions, rotations, and scales.
  • Primitive Shapes: Option to create Unity primitives like Cubes, Spheres, etc., for quick shape generation.
  • Use Case: When setting up a new scene or adding elements to an existing prefab, this Skill can save time by automating the creation of common objects.

Quick Start

Create a new GameObject named 'MyObject' at the origin of the current scene using the gameobject-create skill.

Frequently Asked Questions about gameobject-create

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

FAQPage Schema
How do I automate Unity GameObject creation for scene setup?

Automating Unity GameObject creation involves spawning new objects directly in the active scene or prefab while defining positions, rotations, and scales. This process reduces manual scene setup work by programmatically generating required elements.

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

Yes, you can set parent-child relationships when creating GameObjects in Unity. This functionality allows new objects to be parented under existing ones, ensuring proper scene hierarchy management and organized prefab structures.

Does this GameObject creation method support Unity primitives?

Yes, this GameObject creation method supports Unity primitives. It allows for the quick generation of basic primitive shapes like Cubes and Spheres directly within your current Unity scene or existing prefab environment.

Do I need the Unity Editor active to spawn GameObjects?

Yes, you need the Unity Editor active to spawn GameObjects. The process requires the Unity Editor to be running because it directly accesses the Unity API to execute object creation and manage scene elements.

What is the best way to add elements to an existing Unity prefab?

The best way to add elements to an existing Unity prefab is to automate the creation of new GameObjects directly within it. This approach supports setting custom positions, rotations, and scales while maintaining the prefab structure.