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

https://github.com/AnzyGit/Anzy-sand-shader

A stylized sand shader (with materials example) made with shader graph
https://github.com/AnzyGit/Anzy-sand-shader

3d game game-development sand shaders stylized unity

Last synced: about 2 months ago
JSON representation

A stylized sand shader (with materials example) made with shader graph

Awesome Lists containing this project

README

        

# Unity sand shader

![1](https://imgur.com/TDDnZBj.png)
![2](https://imgur.com/6PDGZVg.png)
![3](https://imgur.com/taV19ln.png)
![4](https://imgur.com/zWL4BCb.png)

## Install

Download the [.unitypackage](https://github.com/AnzyGit/Unity-sand-shader/raw/main/Release/Anzy%20sand%20shader.unitypackage), or clone this repository.

## How to use

### Using a mesh

1. Import your mesh in your mesh
2. Drag one of the material presets
3. In material's inspector, set the tilling of the Texture and Normal map to your convenience

### Using Unity terrain system

1. Create your terrain
2. Click on the terrain object in the scene view.
3. In the terrain object's inspector, select the settings tab (gear icon).
5. Drag one of the material presets in `Stylized Sand/Materials` into the custom material slot.
6. In material's inspector, set the tilling of the Texture and Normal map to your convenience (above 200 to have nice results)

## Contact

[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/AnzyTweets.svg?style=social&label=Follow%20%40AnzyTweets)](https://twitter.com/AnzyTweets)

## Thanks

Inspired by [Daniel Shervheim](https://github.com/danielshervheim/unity-stylized-sand) and [Daniel Ilett](https://www.youtube.com/watch?v=jAOqmx764dA) shaders