agency-unity-shader-graph-artist

Author and optimize Unity shaders using Shader Graph and HLSL.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-unity-shader-graph-artist-bomberoxenviosdosruedas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-unity-shader-graph-artist
Source: https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda/tree/main/.agents/workflows/agency-unity-shader-graph-artist
Command: npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-unity-shader-graph-artist-bomberoxenviosdosruedas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers Unity developers to create high-quality, real-time visual effects by mastering Unity Shader Graph and HLSL.

Core Features & Use Cases

  • Shader Graph Expertise: Author and optimize Shader Graph materials for artist accessibility and performance.
  • HLSL Authorship: Convert performance-critical shaders to optimized HLSL with full URP/HDRP compatibility.
  • Custom Render Passes: Build custom render passes using URP's Renderer Feature system for full-screen effects.
  • Shader Complexity Management: Define and enforce shader complexity budgets per material tier and platform.
  • Use Case: A game developer wants to implement a stylized outline effect for characters in their game. This Skill provides the necessary tools and knowledge to create a Shader Graph and corresponding HLSL code for the effect.

Quick Start

Use the agency-unity-shader-graph-artist skill to create a custom outline effect for your Unity project.

Frequently Asked Questions about agency-unity-shader-graph-artist

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

FAQPage Schema
How do I create custom real-time visual effects in Unity using Shader Graph?

You create real-time visual effects in Unity by authoring and optimizing Shader Graph materials for artist accessibility and performance. This approach allows you to build complex shaders visually while maintaining full compatibility with URP and HDRP rendering pipelines.

When should I convert my Unity Shader Graph to HLSL code?

You convert Shader Graph to HLSL for performance-critical shaders requiring deep optimization. Writing HLSL provides full control over rendering pipelines and ensures the shader meets strict complexity budgets across different material tiers and target platforms.

Can I build full-screen effects using URP custom render passes in Unity?

Yes, you can build full-screen effects by implementing custom render passes using URP's Renderer Feature system. This approach allows you to inject custom rendering logic into the Universal Render Pipeline to achieve advanced full-screen visual effects.

Does this approach work with both URP and HDRP rendering pipelines?

Yes, the Shader Graph and HLSL authoring approach fully supports both URP and HDRP rendering pipelines. This ensures compatibility across both Unity rendering systems, allowing you to maintain a unified shader library that functions correctly in either environment.

What is the best way to manage shader complexity across different platforms in Unity?

The best way to manage shader complexity is to define and enforce shader complexity budgets per material tier and platform. This strategy ensures real-time visual effects run efficiently by keeping shader instructions within acceptable performance limits for each target device.

How do I implement a stylized outline effect for characters in Unity?

You implement a stylized outline effect by creating a custom Shader Graph and converting performance-critical sections to HLSL code. This technique provides the necessary tools to render character outlines in real-time while maintaining optimization for your specific target platform.