You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nico de Poel 2e727d1daa Merge branch 'ww1dev/hdrp17/svn' into ww1dev/hdrp17/staging 2 months ago
..
Editor Merge branch 'master' into ww1dev/hdrp17/staging 4 months ago
ShaderGraphLibrary Auto-sync from SVN revision 66397 4 months ago
Tests Merge branch 'master' into ww1dev/hdrp17/staging 6 months ago
.editorconfig Auto-sync from SVN revision 59524 12 months ago
.npmignore Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
CHANGELOG.md - Updated packages to those from Unity 6000.2.0f1 6 months ago
CHANGELOG.md.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
Editor.meta Auto-sync from SVN revision 62736 8 months ago
LICENSE.md Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
LICENSE.md.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
README.md Updated packages to those from Unity 6000.1.0f1 9 months ago
README.md.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
ShaderGraphLibrary.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
Tests.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
ValidationConfig.json Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
ValidationConfig.json.meta Imported standard Unity HDRP packages from Unity 6000.0.34f1 12 months ago
package.json Updated packages to those from Unity 6000.2.7f2 4 months ago
package.json.meta Auto-sync from SVN revision 62736 8 months ago

README.md

Shader Graph

Screenshot of Shader Graph

A Shader Graph enables you to build shaders visually. Instead of hand writing code you create and connect nodes in a graph network. The graph framework gives instant feedback on the changes, and it’s simple enough that new users can become involved in shader creation.

Unless you intend to modify Shader Graph or want to try out the latest and unsupported features, Unity recommends that you install Shader Graph through the Unity Package Manager:

  1. Open a Unity project.
  2. Open the Package Manager window (Window > Package Manager).
  3. In the Package Manager window, in the Packages menu, select Unity Registry.
  4. Do one of the following, based on your project needs:

Unity recommends using Shader Graph with URP or HDRP.

Instructions

If you want to try out the latest features, we recommend obtaining the most recent version of Shader Graph through the Unity Scriptable Render Pipeline (SRP) repository, which includes the Shader Graph project as a Git submodule. For more information on Git submodules, see Git's documentation on Submodules.

If you don't install Shader Graph through the SRP repository, you don't have any Master Node backends available and your shaders are invalid. Invalid shaders appear pink in the Unity Editor. Installing through the repository also ensures you have a compatible set of render pipeline and Shader Graph versions.

For more detailed instructions for installing from the repository, see the SRP repository's README.