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
- Host: GitHub
- URL: https://github.com/AnzyGit/Anzy-sand-shader
- Owner: AnzyGit
- License: cc0-1.0
- Archived: true
- Created: 2022-05-26T07:04:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T18:50:26.000Z (over 2 years ago)
- Last Synced: 2024-11-10T15:46:07.352Z (7 months ago)
- Topics: 3d, game, game-development, sand, shaders, stylized, unity
- Language: C#
- Homepage:
- Size: 2.2 MB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity sand shader



## 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
[](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