您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
GitHub 0a9ad23c Merge pull request #1767 from Unity-Technologies/fix/lightmap_auto_bake 6 年前
..
.data Merge pull request #1767 from Unity-Technologies/fix/lightmap_auto_bake 6 年前
Documentation Package validation test fixups 6 年前
Editor Fix normalizations in Shader Graph with LWRP (#1571) 6 年前
ShaderGraphLibrary Run code formatter. 6 年前
.npmignore Build automation 6 年前
CHANGELOG.md Fix normalizations in Shader Graph with LWRP (#1571) 6 年前
CHANGELOG.md.meta Package validation test fixups 6 年前
Documentation.meta Package validation test fixups 6 年前
Editor.meta tidy up new nodes for upgrading. 7 年前
LICENSE.md Merge branch 'master' of ShaderGraph into sg/move-repository 6 年前
LICENSE.md.meta Package validation test fixups 6 年前
README.md Update README.md 6 年前
README.md.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 6 年前
ShaderGraphLibrary.meta Creating mini shader graph library / fixing gamma -> linear colours 7 年前
package.json Update version for <Next> 6 年前
package.json.meta Add shadergraph package 7 年前

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.

Disclaimer

This repository is under active development. Everything is subject to change. The master branch is our current development branch and may not work on the latest publicly available version of Unity. Unless you intend to modify Shader Graph or want to try out the very latest and unsupported features, we recommend that you acquire Shader Graph through the Unity Package Manager.

Instructions

At the moment we recommend using Shader Graph through the SRP repository, which has the Shader Graph submodule setup as a submodule. Otherwise you will not have any Master Node backends available and thus your shaders will be pink. This also ensure that you get a compatible set of render pipeline and Shader Graph versions. Otherwise, carry on with the following instructions.

Requires Unity 2018.1 Beta

  • Download the beta here
  • Create a new project (or use an existing)
  • Clone branch 2018.1 into the Assets folder of your project, such that the repository is contained in a sub-folder of the Assets folder
  • Quick start guide can be found here