您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Martin Thorzen e71bf6a6 [FIX] fixes #123 Added a m_colorSpace variable to remember what the user had, and if they change we redraw the window. 7 年前
MaterialGraphProject [FIX] fixes #123 Added a m_colorSpace variable to remember what the user had, and if they change we redraw the window. 7 年前
ShaderTemplates Update shader templates 7 年前
.editorconfig add formatting helper to repository 8 年前
.gitignore Update gitignore to make sure that people don't commit npmrc files 7 年前
.gitmodules Remove graph view. 7 年前
.hgignore [ui]Update ignore file 9 年前
LICENSE Update LICENSE 7 年前
README.md Update README.md 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