Version: Unity 6.1 Alpha (6000.1)
Language : English
Writing custom shaders
Writing shaders in code

Creating shaders with Shader Graph

Shader Graph is a tool that enables you to build shaders visually. Instead of writing code, you create and connect nodes in a graph framework. ShaderA program that runs on the GPU. More info
See in Glossary
Graph gives instant feedback that reflects your changes, and it’s simple enough for users who are new to shader creation.

Shaders created using Shader Graph.
Shaders created using Shader Graph.

Render pipeline compatibility

Feature Universal Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
(URP)
High Definition Render Pipeline (HDRP) Custom Scriptable Render Pipeline Built-in Render Pipeline
Shader Graph Yes Yes No Yes

Getting started with Shader Graph

For instructions on installing and working with Shader Graph, see the Shader Graph documentation.

Writing custom shaders
Writing shaders in code