FormularSumo / Star-Wars-Galaxy-Collection-Android

Android build setup for Galaxy Collection using LÖVE 2D
https://love2d.org
Other
1 stars 0 forks source link

Enable Android Game mode support #3

Closed FormularSumo closed 6 hours ago

FormularSumo commented 6 hours ago

Putting appCategory="game" in the manifest file does this, however it caps FPS at 60. Ideally I'd like to uncap FPS while still having this.

FormularSumo commented 6 hours ago

image I've just done some testing and Google Play has actually automatically enabled this on already released builds. It also seems to sometimes decrease performance - causing FPS to be below 60 for longer when launching and whenever you swipe from system UI, which is not great. Turning off Android Game Panel or removing the manifest things fixes this.

So on 2nd thoughts, I think it's better to have this off entirely. All it adds is a button for easy to access to FPS counter, screenshot, screen record and do not disturb. Given there's already an in-game FPS counter that isn't too important, and the rest can be accessed from quick settings. So I'm going to close this issue for now and opt-out of Play Store optimisations.

FormularSumo commented 6 hours ago

image image