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

https://github.com/Nition/UnityTerrainGrass

Drop-in replacement terrain grass shaders for Unity
https://github.com/Nition/UnityTerrainGrass

grass shader shaderlab shaders unity-3d unity3d

Last synced: 9 months ago
JSON representation

Drop-in replacement terrain grass shaders for Unity

Awesome Lists containing this project

README

          

Please note: This repository is no longer maintained.

# UnityTerrainGrass

Drop-in replacement terrain grass shaders for Unity.

Before and after:

![Grass before and after.](https://raw.github.com/nition/UnityTerrainGrass/master/readme_grass.jpg)

These are super basic, just changing the default cutout shader to one with alpha transparency. Performance seems good.

# How to use

Should work in Unity 4 and up, at least until they update the terrain system one day. Probably works in Unity 3 as well.

- Make some built-in Unity terrain with grass.
- Drop the two shaders from this repo anywhere in your Assets folder. They'll automatically override the hidden default ones.
- Press the Refresh button on the grass placing screen.

![Refresh button location.](https://raw.github.com/nition/UnityTerrainGrass/master/readme_refresh_button.png)