您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
GitHub 16df8b10 Merge pull request #278 from Unity-Technologies/node-bugfixes 6 年前
TestbedAssets Merge pull request #249 from Unity-Technologies/submodularize 6 年前
Testing Merge pull request #275 from Unity-Technologies/integrate-sg-subshaders 6 年前
com.unity.shadergraph Merge pull request #278 from Unity-Technologies/node-bugfixes 6 年前
.editorconfig add formatting helper to repository 8 年前
.gitignore Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 6 年前
LICENSE Update LICENSE 7 年前
LICENSE.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 6 年前
README.md Update README.md 7 年前
README.md.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 6 年前
TestbedAssets.meta Added nodes 7 年前
Testing.meta Fix paths for integration tests 6 年前
build.py Incorrect file path fix up 6 年前
build.py.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 6 年前
com.unity.shadergraph.meta Rename package folder to match package name 6 年前

README.md

Shader Graph

alt text

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.

Instructions

Requires Unity 2018.1 Beta

  • Download the beta here
  • Clone branch master
  • Open contained folder MaterialGraphProject as a Unity Project
  • Quickstart guide can be found here