Unity ShaderGraph project
Перейти к файлу
Alex Lian 6e167dfcff Package validation test fixups
- Add appropriate files and meta files
- Add first level doc
2018-02-20 12:29:24 +01:00
TestbedAssets TestAssets -> TestbedAssets 2018-02-19 11:59:05 +01:00
Testing Remove old integration test graphs 2018-02-19 12:08:20 +01:00
com.unity.shadergraph Package validation test fixups 2018-02-20 12:29:24 +01:00
.editorconfig Add editorconfig 2017-08-24 13:39:43 +02:00
.gitignore Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 2018-02-19 11:32:17 +01:00
LICENSE Update LICENSE 2018-01-11 09:07:57 +01:00
LICENSE.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 2018-02-19 11:32:17 +01:00
README.md Update README.md 2018-01-10 12:21:17 +00:00
README.md.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 2018-02-19 11:32:17 +01:00
TestbedAssets.meta TestAssets -> TestbedAssets 2018-02-19 11:59:05 +01:00
Testing.meta Fix paths for integration tests 2018-02-19 11:54:51 +01:00
build.py Package validation test fixups 2018-02-20 12:29:24 +01:00
build.py.meta Fix shader include paths, update gitignore, add meta files and replace UNITY_SHADERGRAPH_DEVMODE with an optional DebugOutput directory 2018-02-19 11:32:17 +01:00
com.unity.shadergraph.meta Move files from Assets to top-level 2018-02-19 09:57:48 +01:00

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 its 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