Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/NeuralNetworkTutorial/Library/PackageCache/com.unity.shadergraph@10.8.1/Documentation~/Getting-Started.md
2022-11-12 13:10:03 +01:00

873 B

Getting started with Shader Graph

Shader Graph is only compatible with the Scriptable Render Pipelines (SRPs), namely the High Definition Render Pipeline (HDRP) and the Universal Render Pipeline (URP). These two SRPs are available in Unity 2018.1 and later. The legacy built-in render pipeline does not support Shader Graph.

Shader Graph now comes included with the HDRP and URP packages. When you add either SRP to your project, Unity automatically loads Shader Graph.

For more information about setting up either SRP, see Getting started with HDRP or Getting started with URP.