Source metadata
- Type: Official engine documentation
- Maintainer: Unity
- Accessed: 2026-04-17
- Primary URLs:
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:
- blender-overview
- future shader and VFX pages in the vault
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?