Hello,
I tried EZ camera shake asset and shake everything fine except my ui.
The problem is that i just want my UI to shake.
Anyone know how can i shake my ui ?
Thank you
Hello,
I tried EZ camera shake asset and shake everything fine except my ui.
The problem is that i just want my UI to shake.
Anyone know how can i shake my ui ?
Thank you
If you’re using a world-space canvas, all you have to do is make sure the canvas is not a child of the camera so that it doesn’t shake with the camera.
If you’re using a screen-space canvas or overlay canvas, nothing your camera does will affect the UI, including camera shake, so you will have to shake the UI itself.
I’m using Screen space Camera,
So if i understand well, i can’t shake the camera to shake the ui, i have to find another solution to shake directly the ui and not the camera.
Is that it ?
That is correct