unity-shadergraph-design

Provides design and review rules for Unity Shader Graphs in Unity 2022.3 and Unity 6.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-shadergraph-design-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-shadergraph-design
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/shadergraph-design
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-shadergraph-design-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexities of Shader Graph design in Unity 2022.3 and Unity 6, providing guidelines and best practices to ensure compatibility and performance.

Core Features & Use Cases

  • Shader Graph Architecture: Offers architectural advice for designing efficient and maintainable Shader Graphs.
  • Node Chain Review: Assists in reviewing proposed node chains for correctness and performance.
  • Blackboard and Keyword Strategy: Provides guidance on using blackboard properties and keywords effectively.
  • SubGraph Boundaries: Helps in defining clear boundaries for SubGraphs.
  • Editing Skills: Offers editing plans for graphs through constrained shadergraph_* node editing skills.
  • Use Case: A game developer aims to optimize a Shader Graph for better performance on Unity 2022.3. This Skill guides them on selecting the right nodes, avoiding pitfalls, and structuring the graph for portability.

Quick Start

Load the skill before designing or reviewing a Shader Graph in Unity 2022.3 or Unity 6.

Frequently Asked Questions about unity-shadergraph-design

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

FAQPage Schema
How do I optimize Shader Graph designs for performance in Unity 2022.3 and Unity 6?

To optimize Shader Graph designs, you must review node chains and apply architectural rules that ensure compatibility and performance across Unity 2022.3 and Unity 6. This involves structuring graphs for maintainability and portability.

What is the best way to structure Unity Shader Graph SubGraph boundaries and blackboard properties?

Structuring Shader Graph SubGraph boundaries and blackboard properties requires defining clear architectural limits and using keywords effectively. This approach ensures the graph remains maintainable and avoids performance pitfalls.

How does node chain review improve Shader Graph compatibility in Unity?

Node chain review improves Shader Graph compatibility by analyzing proposed node connections for correctness and performance. This process identifies inefficient node combinations and helps select the right nodes for graph portability.

Do I need prior Unity Shader Graph knowledge to use these design rules?

Yes, you need prior knowledge of Unity Shader Graph and its node system to apply these design rules. The guidelines focus on architectural advice and editing plans rather than teaching the foundational node system.

Can I edit specific shadergraph nodes using this architectural guidance?

Yes, you can edit specific nodes using constrained shadergraph_* node editing skills. This provides targeted editing plans for graphs, allowing you to modify node chains while adhering to the established architectural boundaries.

When should I review blackboard and keyword strategy in my Unity Shader Graph?

You should review blackboard and keyword strategy when defining SubGraph boundaries to ensure efficient Shader Graph design. Proper strategy prevents architectural pitfalls and maintains performance compatibility across Unity versions.