unity-shader-artist

Develop Unity shaders and materials with Shader Graph and HLSL for URP and HDRP.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ouakar/ubinarys-dental --skill unity-shader-artist-ouakar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-shader-artist
Source: https://github.com/ouakar/ubinarys-dental/tree/main/skills/forgewright/skills/unity-shader-artist
Command: npx skills add https://github.com/ouakar/ubinarys-dental --skill unity-shader-artist-ouakar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity teams often struggle to deliver high-quality shaders and materials that look stunning yet run efficiently across URP/HDRP. This Skill provides a production-grade workflow and reference templates to bridge artistic intent with engine rendering while honoring performance budgets.

Core Features & Use Cases

  • Core Material Library templates: PBR (albedo, normal, metallic, roughness, AO, emission), PBR Transparent, Unlit, and Toon/Cel-Shaded variants.
  • Custom Effects: Dissolve, Hologram, Shield/Force Field, Water surface, Outline.
  • VFX Graph Systems: GPU-based effects for impact, trails, ambient dust, and environmental interactions integrated with gameplay events.
  • Post-Processing & Polish: Bloom, vignette, depth-based effects, and motion emphasis through post-processing.
  • Output Guidance: Recommended project structure with folders for Shaders, ShaderGraphs, Materials, and VFX.

Quick Start

Open Unity and start a URP/HDRP project, then implement a basic PBR shader graph as a starting point for materials.

Frequently Asked Questions about unity-shader-artist

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

FAQPage Schema
How do I create a custom Unity shader for URP or HDRP?

To create a custom Unity shader for URP or HDRP, use Shader Graph or HLSL to build production-grade materials. This workflow provides PBR, Unlit, and Toon templates that enforce SRP shader standards while optimizing for real-time rendering performance.

Can I use HLSL code inside a Unity Shader Graph?

Yes, you can integrate HLSL code inside a Unity Shader Graph by using custom function nodes. This Skill supports HLSL integration alongside subgraphs, allowing you to author complex visual effects while maintaining SRP shader standards across URP and HDRP pipelines.

What is the best way to make a dissolve or hologram effect in Unity?

The best way to make dissolve or hologram effects in Unity is to use custom shader templates within Shader Graph. This Skill provides specific custom effect workflows for dissolve, hologram, shield, and water surfaces, optimized for URP and HDRP rendering pipelines.

Does this Unity shader workflow support VFX Graph for real-time particle effects?

Yes, this Unity shader workflow supports VFX Graph to create GPU-based particle effects. You can build impact trails, ambient dust, and environmental interactions that integrate directly with gameplay events in your URP or HDRP project.

How do I optimize Unity materials to run efficiently across URP and HDRP?

To optimize Unity materials across URP and HDRP, use production-grade shader templates that honor performance budgets. This workflow bridges artistic intent with engine rendering constraints by providing standardized PBR, transparent, and unlit material libraries.

When do I need to use post-processing effects in my Unity shader workflow?

You need post-processing effects in your Unity shader workflow to add final visual polish like bloom, vignette, and depth-based effects. This Skill provides phased guidance from core material templates through post-processing to emphasize motion and complete the rendering pipeline.