Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogxd/grid-shader-unity

A grid shader for Unity 🌐
https://github.com/ogxd/grid-shader-unity

grid shader shaders unity unity3d

Last synced: about 2 months ago
JSON representation

A grid shader for Unity 🌐

Awesome Lists containing this project

README

        

# Grid Shader

A Grid Shader for Unity !
It can scale infinitely (log10 scaling). Main lines will show a one to one grid for the current scale, while secondary lines show up secondary units.
It performs much better than relying on GL lines to draw a grid, has more customization possibilities and works in a lot more situations.

![Plane](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/plane.gif)
![Cube](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/cube.gif)
![Thickness](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/thickness.gif)

## How To
Download the .unitypackage in the Release tab (or checkout and copy the Assets/Plugins/GridShader folder to your Assets folder)