unity-manual-material
Installation
SKILL.md
Triggers
- Creating a new Material asset
- Changing a material color or shader
- Dragging a material onto a MeshRenderer or Mesh
Manual Material Tasks
Step-by-step instructions for Material 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: creating one Material, picking a color, or assigning a Material to one object.
Automate when the task involves bulk material creation, batch property edits, shader keyword toggles across many materials, or render-queue changes — use the material REST module instead.
Create a Material asset
Step 1 — Open the create menu in the Project window
Right-click in the Project window, then choose Create > Material.