I am trying to publish one of my finished projects to the Android store, and I ran into this problem.
I’m running Unity3.5.7 pro.
I’m building to Android and iOS with the free licenses.
I’m still building an unsigned debug version.
My target device is an RCA 7" Tablet running aOS 4.2.
I’ve published to iOS without issue.
The problem is with my scene camera. As far as I know all mobile devices should scale the application to fit the screen unless they’re specifically scripted otherwise, even if the result is distorted. What I’m seeing is a cropped view of the game, as though it’s rendering the game at a resolution 2x larger than the screen.
I’m using an orthographic camera, and I have some 2dtk work in this project so I’m using some of his helpful camera scripts for resolution and ratio overrides. I’ve made dozens of builds with combinations of configurations using such, and finally just output a build at the devices native resolution (1024x600), but all builds regardless of settings or resolutions look exactly the same.
I spent 16 hours today troubleshooting this so I’m at a complete loss.
Thank you!