Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
A grid shader for Unity 🌐
- Host: GitHub
- URL: https://github.com/ogxd/grid-shader-unity
- Owner: ogxd
- License: mit
- Created: 2019-12-27T22:08:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T09:49:03.000Z (about 1 year ago)
- Last Synced: 2024-08-02T05:11:56.521Z (3 months ago)
- Topics: grid, shader, shaders, unity, unity3d
- Language: ShaderLab
- Homepage:
- Size: 4.44 MB
- Stars: 246
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)