water

hi,

i was just wondering how do i make it so that when you add water and you go below the water it looks like your underwater, because as the moment being above and below water looks the same.
thanks

There are a few things you can do. You could enable fog while under water, you could add some particle effects, and if you have pro you can add some sort of effect to the screen to make everything look wavy. :wink: Good luck.

ok i’ll try but how do you enable fog while under water and what kind of particle effect do you mean. thanks

To enable fog you can use this code:

RenderSettings.fog = true;

Make sure you put that in an OnTriggerEnter function that relates to your water trigger.