Hi everybody,
I’m new in coding.
I have problem with something like Wave distort. The screen view moving pixel like Sin wave ( I searched on Google, maybe it’s use method like Heart distort, but I don’t know how to name it and how to do that).
I am not sure but I think you can’t do it with free version of Unity.
Unity uses what is known as Render Texture and is available for Pro Users only. This texture is used for tons of attractive post processing effects (eg. hue/saturation and various color correction) that is applied on the final rendered image on each frame.
so you are trying to change the pixel position like a sin wave, so you need access to the pixel of final rendered image and I believe(not sure) that is not available easily. I don’t want to try it now maybe when I am rich enough to be a Pro User I will try.