All Projects → TripleEh → Stylisedwater_surfaceshader

TripleEh / Stylisedwater_surfaceshader

Simple water shader in the style of Zelda: Wind Waker

Projects that are alternatives of or similar to Stylisedwater surfaceshader

Unity Shadersketches
Sketches made with ShaderLab in Unity.
Stars: ✭ 362 (+1292.31%)
Mutual labels:  unity3d, shaders, shaderlab
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (+1715.38%)
Mutual labels:  unity3d, shaders, shaderlab
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (+180.77%)
Mutual labels:  unity3d, shaders, shaderlab
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (+1353.85%)
Mutual labels:  unity3d, shaders, shaderlab
Shaders
A collection of shaders written in CG/ShaderLab for Unity.
Stars: ✭ 173 (+565.38%)
Mutual labels:  unity3d, shaders, shaderlab
Unity3dcrosssectionshader
CG shader for unity3D to create a cross section through meshes
Stars: ✭ 333 (+1180.77%)
Mutual labels:  unity3d, shaders, shaderlab
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (+273.08%)
Mutual labels:  unity3d, shaders, shaderlab
Learnunityshader
学习Unity Shader过程中的一些记录,特效,动画Demo。
Stars: ✭ 141 (+442.31%)
Mutual labels:  unity3d, shaders, shaderlab
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (+569.23%)
Mutual labels:  unity3d, shaders, shaderlab
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+561.54%)
Mutual labels:  unity3d, shaders, shaderlab
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (+838.46%)
Mutual labels:  unity3d, shaders, shaderlab
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+661.54%)
Mutual labels:  unity3d, shaders, shaderlab
Unity Shaders
A bunch of shader examples created in Unity (ShaderGraph & Built-in) 🧙✨
Stars: ✭ 564 (+2069.23%)
Mutual labels:  unity3d, shaders, shaderlab
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (+1038.46%)
Mutual labels:  unity3d, shaderlab
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+1096.15%)
Mutual labels:  unity3d, shaders
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+13900%)
Mutual labels:  unity3d, shaders
Hsv Color Picker Unity
HSV color picker for Unity UI
Stars: ✭ 355 (+1265.38%)
Mutual labels:  unity3d, shaderlab
Kamakura Shaders
Kamakura Shaders
Stars: ✭ 271 (+942.31%)
Mutual labels:  unity3d, shaders
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+1442.31%)
Mutual labels:  unity3d, shaders
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (+1569.23%)
Mutual labels:  unity3d, shaders

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].