unity-manual-material

Guides manual creation, editing, and assignment of Materials in the Unity Editor UI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you only need a quick one-off Material change in Unity, writing automation scripts is overkill. This Skill provides step-by-step guidance for performing Material operations directly in the Unity Editor UI, so small tweaks take seconds instead of requiring REST automation setup. ## Core Features & Use Cases - Material Creation: Walks through creating a new Material asset via the Project window context menu or the Assets menu. - Property Editing: Explains how to change Base Color/Albedo and swap shaders across URP, HDRP, and Built-in render pipelines. - Material Assignment: Describes dragging Materials onto Scene objects, Hierarchy entries, or Mesh Renderer slots in the Inspector. - Use Case: You want to change the color of a single object in your scene. Follow the guided steps to select the Material, open the color picker in the Inspector, and apply the new color in under a minute. ## Quick Start Guide me through creating a new Material in Unity and assigning it to a cube in my scene.

Frequently Asked Questions about unity-manual-material

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Material in Unity Editor?

Right-click in the Project window and choose Create > Material, or use the main menu Assets > Create > Material. Then type a name for the new Material asset and press Enter.

How do I change a material color in Unity?

Select the Material asset in the Project window, then in the Inspector click the Base Map or Base Color swatch for URP/HDRP Lit shaders, or the Albedo swatch for the Built-in Standard shader. Pick a color in the color picker to apply it.

How do I assign a Material to an object in Unity?

Drag the Material asset from the Project window and drop it onto the object in the Scene view, its entry in the Hierarchy, or the Material slot of the Mesh Renderer component in the Inspector.

When should I automate material edits instead of doing them manually?

Manual editing suits tasks finishable in three clicks or fewer, like one Material or one color change. Use the REST material module for bulk creation, batch property edits, shader keyword toggles across many materials, or render-queue changes.

Does the shader list differ between Unity render pipelines?

Yes, the available shaders in the Inspector dropdown depend on the active render pipeline and installed packages. URP and HDRP expose their own Lit shaders, while Built-in projects show Standard and legacy options.