Home > OS >  How to implement water clipping plane in Unity
How to implement water clipping plane in Unity

Time:12-06

https://youtu.be/0NH9k4zTAqk

I am using a camera for water reflection.

Is there a way to not render as height below the water level?

like the youtube video above.

Sorry for my bad english.

CodePudding user response:

This article should help you to do this into unity using surface shader

  • Related