# unity-shadergraph-sandbox **Repository Path**: zomi/unity-shadergraph-sandbox ## Basic Information - **Project Name**: unity-shadergraph-sandbox - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).