Underwater/Above water rendering

Your feedback is very important to us. We are listening.
Post Reply
Fikoljuky
Posts: 9
Joined: Fri Mar 30, 2018 9:26 am

Underwater/Above water rendering

Post by Fikoljuky »

Is it possible to make an effect similar to https://forums.unrealengine.com/filedat ... id=1496897 this where one half of the screen is rendered with one type of post-processing and the other half with another?

I found a post about it on the Unreal forums but I'm not sure if it's possible using Amplify and unity?

Can you guys help me out?
User avatar
Amplify_Borba
Posts: 1239
Joined: Mon Jul 24, 2017 9:50 am

Re: Underwater/Above water rendering

Post by Amplify_Borba »

Hello, you should be able to reproduce that type of effect, although it will likely require additional scripting, perhaps even using a second camera, depending on how you're planning on implementing it.

A simple way of applying a post-processing shader to a specific part of the screen render through the shader would be through use of the Lerp node, for example, to interpolate between the screen with and without the post-effect being applied, based on a variable that would be passed by a script with the necessary data to interpolate, such as the player's position in the world.
Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
Post Reply