您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Peter Bay Bastian 8af999a0 Fix paths for integration tests 7 年前
TestbedAssets Move files from Assets to top-level 7 年前
Testing Fix paths for integration tests 7 年前
com.unity.shadergraph Fix paths for integration tests 7 年前
.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 7 年前
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 7 年前
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 7 年前
TestbedAssets.meta Added nodes 7 年前
Testing.meta Fix paths for integration tests 7 年前
build.py Cleanup local build.py to utilize central scripts 7 年前
build.py.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 7 年前
com.unity.shadergraph.meta Rename package folder to match package name 7 年前

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