MapGridInUnity
C#★ 50
:pencil2: Collection of ShaderGraph examples for Unity.
git clone https://github.com/andydbc/unity-shadergraph-sandbox.gitandydbc/unity-shadergraph-sandboxA comprehensive collection of shaders examples for the new ShaderGraph. The node-based shader creation tool made by Unity
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
Require Unity 2019.1.0f2 or newer.
Licensed under the Open Source MIT license.
more like this
A 2D implementation of the Astar Pathfinding algorithm using Tilemaps in Unity
search projects, people, and tags