Hi, I want to create a UI shaking effect in my shooting game when player hits something
My layout size is 854 x 480 and I have enabled Unbounded scrolling.
I then have a layer with the UI with scale rate 100% and parallex 100% x 100%
But when run the game, the viewport is anchor in the middle of the screen.
What should I configure to make this work? thanks.