I recently found the need to spruce up the water in a new 2D game that I am working on, so I decided to have a play around with Unity shaders again. Here’s the code to the shader: [sourcecode language=”js”] Shader "Unlit/WaterTexture" { Properties { _MainTex ("Texture", 2D) = "white"… Read more“2D water shader in Unity 3D”