unity-manual-gameobject
Installation
SKILL.md
Triggers
- Creating a single GameObject by hand
- Parenting or reordering objects in the Hierarchy
- Moving, rotating, or scaling objects via the Inspector or Scene view
- Telling a user the exact menu path when they want to do it themselves
Manual GameObject Tasks
Step-by-step instructions for common GameObject operations inside the Unity Editor. Paths assume the default English Unity UI; translate the labels into the user's Unity language when replying.
When to guide manually vs automate
Guide manually when the user can finish the task in 3 clicks or fewer: one-off creation, a single drag in the Hierarchy, or a quick transform tweak.
Automate when the task involves bulk creation, precise numeric values across many objects, programmatic hierarchy layout, or searching/renaming many items — use the gameobject REST module instead.