ludei
Downloaded the latest build...and it works! Fullscreen on the debug app. Getting great perf.
Couple more issues/questions:
1. Now that I'm paying attention, I'm noticing a lot of latency on triggering sounds in game, aprox 500ms worth. Definitely more than is usual for android, and to the point of being very distracting for sounds that originate from collisions.
I googled and found some old references to that problem, but nothing recent. Any updates on this? Anything we can do on our end?
2. I noticed that there are only 2 apks now; it seems arm7 and x86 builds have been merged. I don't know why this was done, but I would strongly discourage bloating the apk by bundling in both runtimes, or at least make this an option we can disable.
For an android user on an x86 platform, this would effectively make my game 250% larger than the platform specific build.
On mobile we often go to great lengths to shave of a couple MBs off the final file; it's a trivial process to upload 2 apks vs 1.
Noga
Can you retest w/ newest builds?