Water shader improvements
I felt like my water shader needed an improvement, so I went to look into tessellation and vertex displacement. With surface shaders, Unity makes those two things very easily. So I got a noise texture and used multiple scrolling noise texture heightmaps to generate the vertex displacement, and a normal map of the noise texture to generate new normals. After doing that and touching up the color, the result was this: