Source metadata

Key takeaways

  • Shader Graph is Unity’s visual shader editing tool, allowing shader creation without hand-writing all shader code.
  • Shader Graph support depends on the render pipeline; the docs specifically note support in URP and HDRP.
  • This makes Shader Graph an engine workflow tool as much as a shader concept.

Notable claims

  • Unity’s docs explicitly describe Shader Graph as a visual alternative to writing shaders directly.
  • Render-pipeline support is central: Shader Graph is tied to SRP workflows rather than to the older built-in pipeline.

Relevance

This source primarily informs:

It also supports:

Open questions raised

  • How much shader theory should the vault require before introducing Shader Graph?
  • When should students prefer Shader Graph over ShaderLab/HLSL in a Unity-first curriculum?