zhangwenjie 121a338d00 feat: 项目源码 | vor 1 Jahr | |
---|---|---|
.. | ||
Documentation~ | vor 1 Jahr | |
Editor | vor 1 Jahr | |
Samples~ | vor 1 Jahr | |
ShaderGraphLibrary | vor 1 Jahr | |
Tests | vor 1 Jahr | |
CHANGELOG.md | vor 1 Jahr | |
CHANGELOG.md.meta | vor 1 Jahr | |
Editor.meta | vor 1 Jahr | |
LICENSE.md | vor 1 Jahr | |
LICENSE.md.meta | vor 1 Jahr | |
README.md | vor 1 Jahr | |
README.md.meta | vor 1 Jahr | |
ShaderGraphLibrary.meta | vor 1 Jahr | |
Tests.meta | vor 1 Jahr | |
ValidationConfig.json | vor 1 Jahr | |
ValidationConfig.json.meta | vor 1 Jahr | |
package.json | vor 1 Jahr | |
package.json.meta | vor 1 Jahr |
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:
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.