Hi,
I've tested various scenes, background, and single images to test Full screen scale mode on Android.
My game screen is 320x480 and my images and backgrounds have a resolution of 1280x1920 and I've imported them at the highest scale (4x)
On settings/mobile I have set Android to Full screen and Maximum Scale to 4x.
I have tested this on two device with resolution of 720x1280 and 600x1024 but I have the same screen problem: the image use scale 2x (that's ok) but start at left top corner and not in center, so my app are totally orientated to the left of the screen.
If I use No scaling option, my images are correctly centered in the screen, but there are black stripes all around the app.
So, what can I do to use full screen scaling to work ?
Thank you