Is there a way to apply two effect on a sprite at the same time?
-
I am trying to create a wave effect
So I added the liquid effect and the offset effect on the same game object with SpriteRenderer
but it seems that only one effect can work at the same time
Is there a way to apply two effects on a game object at the same time?
or how can I apply the liquid effect on the sprite and scroll it?
Thank you.