rockyvon / StylisedWater_SurfaceShader

Simple water shader in the style of Zelda: Wind Waker

Home Page:http://triple-aye.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Gif

Wind Waker Water Shader

This is a really simple Unity Surface Shader that I've styled to look a little like the water from Wind Waker.

It was originally written for an introduction to shader programming course that I taught to 2nd year Game Programming students. As such it's missing more advanced options like depth fade and reflections, but for a simple, stylised scene, this is a useful example.

I've exposed all the parameters to control:

  • UV Scaling
  • UV Scrolling
  • UV Sine Movement
  • Vertex movement
  • Intersection Fade and Colour

It should be trivial to extend to your needs.

About

Simple water shader in the style of Zelda: Wind Waker

http://triple-aye.com


Languages

Language:ShaderLab 87.0%Language:C# 13.0%