Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andydbc/unity-shadergraph-sandbox
:pencil2: Collection of ShaderGraph examples for Unity.
https://github.com/andydbc/unity-shadergraph-sandbox
shader shadergraph shaders unity unity3d
Last synced: about 2 months ago
JSON representation
:pencil2: Collection of ShaderGraph examples for Unity.
- Host: GitHub
- URL: https://github.com/andydbc/unity-shadergraph-sandbox
- Owner: andydbc
- License: mit
- Created: 2018-04-05T22:52:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T20:14:28.000Z (over 5 years ago)
- Last Synced: 2024-08-03T19:08:46.063Z (5 months ago)
- Topics: shader, shadergraph, shaders, unity, unity3d
- Language: C#
- Homepage:
- Size: 50.7 MB
- Stars: 679
- Watchers: 41
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-shadergraph-sandbox - Collection of ShaderGraph examples (ShaderGraph)
README
# ShaderGraph examples and demos [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](http://mit-license.org) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/andyduboc/5usd)
A comprehensive collection of shaders examples for the new [ShaderGraph](https://github.com/Unity-Technologies/ScriptableRenderPipeline/tree/master/com.unity.shadergraph). The node-based shader creation tool made by Unity
## 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](https://user-images.githubusercontent.com/31256170/41510401-077a570c-7232-11e8-8c89-2bff3e814f96.png)
* Fire
![Fire](https://user-images.githubusercontent.com/31256170/41510402-0832d822-7232-11e8-8c7e-0244db9706a5.png)
* Hologram
![Hologram](https://user-images.githubusercontent.com/31256170/41510403-083fe9f4-7232-11e8-93d8-5c5f8b3ab5b1.png)
* Pixelate
![Pixelate](https://user-images.githubusercontent.com/31256170/41510405-08936ab6-7232-11e8-892d-a12803b84bb6.png)
* Toon
![Toon](https://user-images.githubusercontent.com/31256170/41510404-086873a6-7232-11e8-98f5-6f0ddb322a2a.png)
* Simple Flag
![Flag](https://user-images.githubusercontent.com/31256170/44661992-69ee7500-a9da-11e8-90aa-d70f9b6f1ece.png)
## Requirements
Require [Unity 2019.1.0f2](https://unity3d.com/fr/unity/beta/2018.1b) or newer.
## License
Licensed under the [Open Source MIT license](http://en.wikipedia.org/wiki/MIT_License).