unity-manual-component

Installation
SKILL.md

Triggers

  • Adding a single component to a GameObject
  • Tuning component fields in the Inspector
  • Reordering components on one object
  • Copying component values to another object

Manual Component Tasks

Step-by-step instructions for component 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: adding one common component, tweaking a few exposed fields, or copying a single component value.

Automate when the task involves adding components to many objects, batch-configuring serialized fields, reflecting over property names, or enabling/disabling many components at once — use the component REST module instead.

Add a component

Installs
17
GitHub Stars
1.7K
First Seen
Aug 16, 2026
unity-manual-component — besty0728/unity-skills