Firstborn/Library/PackageCache/com.unity.shadergraph@12.1.11
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00
..
Documentation~ updated to the latest editor 2023-05-07 17:43:11 -05:00
Editor updated to the latest editor 2023-05-07 17:43:11 -05:00
Samples~/ProceduralPatterns updated to the latest editor 2023-05-07 17:43:11 -05:00
ShaderGraphLibrary updated to the latest editor 2023-05-07 17:43:11 -05:00
Tests updated to the latest editor 2023-05-07 17:43:11 -05:00
.npmignore updated to the latest editor 2023-05-07 17:43:11 -05:00
CHANGELOG.md updated to the latest editor 2023-05-07 17:43:11 -05:00
CHANGELOG.md.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
Editor.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
LICENSE.md updated to the latest editor 2023-05-07 17:43:11 -05:00
LICENSE.md.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
package.json updated to the latest editor 2023-05-07 17:43:11 -05:00
package.json.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
README.md updated to the latest editor 2023-05-07 17:43:11 -05:00
README.md.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
ShaderGraphLibrary.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
Tests.meta updated to the latest editor 2023-05-07 17:43:11 -05:00
ValidationConfig.json updated to the latest editor 2023-05-07 17:43:11 -05:00
ValidationConfig.json.meta updated to the latest editor 2023-05-07 17:43:11 -05:00

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 its 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.