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?
Underwater/Above water rendering
- Amplify_Borba
- Posts: 1239
- Joined: Mon Jul 24, 2017 9:50 am
Re: Underwater/Above water rendering
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.
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!
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!