unity-manual-gameobject

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

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-manual-gameobject-pikachu0310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-gameobject
Source: https://github.com/pikachu0310/codex-agent-ops-public/tree/main/.agents/skills/unity-skills/skills/manual-gameobject
Command: npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-manual-gameobject-pikachu0310

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a Unity task only takes a few clicks, automating it through scripts or REST APIs is overkill. This Skill provides exact menu paths, shortcuts, and step-by-step instructions for common GameObject operations so users can complete one-off edits directly in the Unity Editor UI. ## Core Features & Use Cases - GameObject Creation: Step-by-step paths for creating empty objects, primitives, lights, and cameras via the GameObject menu, Hierarchy right-click, or Ctrl+Shift+N. - Hierarchy Organization: Instructions for parenting, reordering siblings, and moving objects to root using drag-and-drop. - Transform Editing: Guidance for adjusting Position, Rotation, and Scale in the Inspector or with Scene view gizmos (W/E/R/T tools, snapping, framing with F). - Use Case: A user asks how to add a child Cube under a player object and nudge its position. The Skill walks them through selecting the parent, using GameObject > 3D Object > Cube, and dragging the translate gizmo. ## Quick Start Ask how to manually create a child GameObject and adjust its Transform in the Unity Editor.

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 manually?

Use the GameObject menu, right-click in the Hierarchy, or press Ctrl+Shift+N for a blank object. Choose Create Empty, a 3D primitive like Cube or Sphere, or objects such as Light and Camera from the menu.

How do I parent a GameObject in the Unity Hierarchy?

Drag the object onto another object in the Hierarchy; a blue highlight marks 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?

Automate when tasks involve bulk creation, precise numeric values across many objects, programmatic hierarchy layout, or searching and renaming many items. Manual guidance fits tasks finishable in three clicks or fewer.

What are the Unity Scene view transform tool shortcuts?

Press Q for Pan, W for Translate, E for Rotate, R for Scale, and T for Rect Transform. Drag 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?

Select the object and press F2 to rename, or right-click in the Hierarchy and choose Rename. To duplicate, press Ctrl+D or right-click and choose Duplicate.