Hi,
I'm having problems with different screen sizes on mobile.
My game is made as
16:9 Landscape 854 x 480
Viewport Fit Auto (also tried cover)
Full Screen Mode Scale Outer
The problem is that I have objects that I'm spawning at the border of the layout to the left towards the right... but when facing a non standard screen ration like the Pixel 3a 1080x2220 The game covers the whole screen BUT the when creating objects at the border of the layout the layout don't start at the beginning of the screen.
In the screenshots you can see a checkered pattern that's the size of the layout.
Here are some screenshots:
And here is a video:
So my question is how to be able to always create objects at the border of the screen?
Sorry if I missed something really obvious.
Regards
E