Page 1 of 1

Does amplify support 2d top-down reflective shader?

PostPosted: Tue Mar 13, 2018 7:34 pm
by VictoriaMac
I'm trying to create water reflection for a 2d top-down based game. Does amplify provide support to create a shader like this that works based on sort order/sort layer?

Essentially I need it to mirror 2d sprites with y flipped. Likewise, it should only reflect a selected sort layer and reflection should only apply on non-transparent pixels on the reflection sprite renderer.

Re: Does amplify support 2d top-down reflective shader?

PostPosted: Wed Mar 14, 2018 11:06 am
by Amplify_Borba
Hello VictoriaMac, thank you for getting in touch.

Although ASE does not provide any pre-made functions along those lines, it could probably be done through the development of a custom Shader Template, and it would likely involve some additional scripting as well, depending on the implementation of this effect.