unity-manual-gameobject

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

1.7k|162|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-manual-gameobject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-gameobject
Source: https://github.com/Besty0728/Unity-Skills/tree/main/SkillsForUnity/unity-skills~/skills/manual-gameobject
Command: npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-manual-gameobject

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 REST automation overhead.

Core Features & Use Cases

  • GameObject Creation: Step-by-step paths for creating empty objects, primitives, lights, and cameras via the GameObject menu or Ctrl+Shift+N.
  • Hierarchy Organization: Instructions for parenting, reparenting, reordering siblings, and making root objects through 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).
  • Use Case: A user asks how to add a cube as a child of an existing object and move it two units up; the Skill provides the exact clicks, shortcuts, and gizmo steps.

Quick Start

Ask how to manually create a child GameObject and adjust its position 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 Editor?

Create a GameObject via the GameObject main menu, by right-clicking in the Hierarchy, or with Ctrl+Shift+N for a blank object. Choose Create Empty, a 3D primitive like Cube or Sphere, or objects like Light and Camera.

How do I parent a GameObject in the Unity Hierarchy?

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

When should I use manual editing instead of Unity REST automation?

Use manual editing when the task takes three clicks or fewer, such as one-off creation or a single transform tweak. Switch to the REST gameobject module for bulk creation, precise numeric values across many objects, or programmatic hierarchy layout.

What are the Unity Scene view transform tool shortcuts?

Unity Scene view shortcuts are Q for Pan, W for Translate, E for Rotate, R for Scale, and T for Rect Transform. Hold Ctrl to snap movement and press F with an object selected to frame the camera on it.

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 with Ctrl+D or the Duplicate option in the right-click context menu.