ShaderGraph examples and demos [](http://mit-license.org) [](https://www.paypal.me/andyduboc/5usd)

April 21, 2019 ยท View on GitHub

A comprehensive collection of shaders examples for the new ShaderGraph. The node-based shader creation tool made by Unity

<img src=https://user-images.githubusercontent.com/31256170/38787810-56920c14-40fe-11e8-929b-88de8f0b368e.gif>

Cloning

This repository contains submodules for external dependencies, so when doing a fresh clone you need to clone recursively:

git clone --recursive https://github.com/andydbc/unity-shadergraph-sandbox.git

Existing repositories can be updated manually:

git submodule init
git submodule update

Examples

  • Dissolve

Dissolve

  • Fire

Fire

  • Hologram

Hologram

  • Pixelate

Pixelate

  • Toon

Toon

  • Simple Flag

Flag

Requirements

Require Unity 2019.1.0f2 or newer.

License

Licensed under the Open Source MIT license.