unity-manual-gameobject

Guides manual GameObject creation, Hierarchy organization, and Transform editing in the Unity Editor.

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-manual-gameobject-ethanjpope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-gameobject
Source: https://github.com/ethanJPope/Our-Main-Hackathon-Game/tree/main/.agents/skills/unity-skills/skills/manual-gameobject
Command: npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-manual-gameobject-ethanjpope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who want to perform quick, one-off GameObject operations in the Unity Editor need exact menu paths, shortcuts, and step-by-step UI guidance instead of automation scripts. ## Core Features & Use Cases - GameObject Creation: Step-by-step paths for creating empty objects, primitives, lights, and cameras via the GameObject menu or shortcuts like Ctrl+Shift+N. - Hierarchy Organization: Instructions for parenting, reparenting, reordering siblings, and making objects root via drag-and-drop. - Transform Editing: Guidance for adjusting Position, Rotation, and Scale in the Inspector or Scene view using the W/E/R gizmo tools. - Use Case: A user asks how to add a Cube as a child of an existing object and move it along one axis; the Skill provides the exact menu path, shortcut, and gizmo steps. ## Quick Start Tell me the exact Unity Editor menu steps to create an empty child GameObject under my selected object.

Frequently Asked Questions about unity-manual-gameobject

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

FAQPage Schema
How do I create a GameObject in Unity Editor?

Create a GameObject via the main menu GameObject, by right-clicking in the Hierarchy window, or by pressing Ctrl+Shift+N for a blank object. Choose Create Empty, or pick a primitive like Cube, Sphere, or Plane under GameObject > 3D Object.

How do I parent a GameObject in the Unity Hierarchy?

Parent a GameObject by dragging it onto another object in the Hierarchy; a blue highlight indicates the new parent. To create a child directly, select the parent and use GameObject > Create Empty Child or press Alt+Shift+N.

When should I automate GameObject creation instead of doing it manually?

Guide manually when the task takes three clicks or fewer, such as one-off creation or a single drag. Automate with the REST gameobject module when doing bulk creation, precise numeric transforms across many objects, or programmatic hierarchy layout.

What are the Unity Scene view transform tool shortcuts?

The Scene view transform shortcuts are Q for Pan, W for Translate, E for Rotate, R for Scale, and T for Rect Transform. Drag the colored axis arrows to move along one axis, hold Ctrl to snap, and press F to frame the selected object.

How do I rename or duplicate a GameObject in Unity?

Rename a GameObject by selecting it and pressing F2, or right-clicking in the Hierarchy and choosing Rename. Duplicate it by pressing Ctrl+D or choosing Duplicate from the right-click context menu.