Hi,
I recently released my game OddBalls for iOS and built in Unity of course. I am now working on porting it to Android and I’m trying to find some stats about the various aspect ratios on this platform. So far I have not found a lot of definitive information. I think the possible aspect ratios are as follows:
- 5:4
- 4:3
- 3:2
- 16:10
- 16:9
I am not sure if that list is complete or how common each of those ratios is. Does anyone have good information (up to date) about the various Android aspect ratios, resolutions and perhaps how prevalent they are with all the devices out there?
Lastly, if anyone has any good tips or gotchas I should watch out for when porting to Android, I would greatly appreciate it! I’m expecting minimal trouble in converting my game since all the assets and controls are already designed for mobile with iOS. I think the majority of the work will be in fiddling with the camera and GUI for different aspect ratios.
Thanks in advance!