Hello, I am trying to create a water effect that only affects half of my screen by using shaders.
Ideally, I would like to apply the effect to a rectangle that is placed at the front of the level and any object that passes behind it is distorted. So for example, if the player is standing in the water, waist high, only his\her legs will be distorted.
Any tips on how I could achieve this would be most welcome.