Skip to content

[Mirrored from UPM, not affiliated with Unity Technologies.] 📦 The Shader Graph package adds a visual Shader editing tool to Unity. You can use this tool to create Shaders in a visual way instead of writing code. Specific render pipelines can implement specific graph features. Currently, both the High Definition Rendering Pipeline and the Univer…

License

needle-mirror/com.unity.shadergraph

Repository files navigation

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. Select either Universal RP or High Definition RP, depending on your project needs. Unity installs your chosen render pipeline and Shader Graph. Shader Graph isn't compatible with Unity's built-in render pipeline.

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, as Shader Graph isn't compatible with Unity's built-in render pipeline.

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

About

[Mirrored from UPM, not affiliated with Unity Technologies.] 📦 The Shader Graph package adds a visual Shader editing tool to Unity. You can use this tool to create Shaders in a visual way instead of writing code. Specific render pipelines can implement specific graph features. Currently, both the High Definition Rendering Pipeline and the Univer…

Resources

License

Stars

Watchers

Forks

Packages

No packages published