I am using Unity 5 and the image effects provided by Unity. When I apply an effect such as Twirl or Vortex to Camera, it keeps on rendering and in the case of these 2 image effects, it keeps on rotating image from the center. This happens when I am testing on iOS device. If I test it in Unity Editor, it works fine. How can I stop this issue? So that rendering is done once. Thank you.
Asked
Active
Viewed 86 times
0
-
Are you sure you're not rotating the camera or something? These effects inherently only process ONCE what is rendered by the camera each frame. – andeart Jan 26 '16 at 17:59
-
I found the problem. My camera's clear flags was set to nothing. Once i set to clear skybox, it works fine now. – kashif789us Jan 28 '16 at 18:09
-
Glad you got it to work. Good luck! – andeart Jan 28 '16 at 20:34