The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

So, I was reading up on what exactly Game Mode did under Windows 10 and one of the things I noticed was that it specifically prevents background tasks from interfering with games, but it has to detect that a game is running in the first place to even function.

A problem I ran into when I started learning to use Godot not too long ago is that my framerates were stuttering while windowed, but not fullscreen, and many (thought not all) of the examples didn't have this issue.

It occurred to me that maybe because my projects are using so little power due to still being really simple that Windows isn't detecting them as "games" when windowed and just treats them as another background app?

So... I enabled the Game Bar, loaded up my project, ran it windowed, and yup, framerate stuttering as always. The INSTANT I pressed Win+G on the keyboard to bring up the Game Bar, the stuttering disappeared! When the Game Bar vanishes, the stuttering comes back! :O

Again, only happens windowed, likely because when fullscreen is engaged it's tripping Win10 into thinking it's a game because it wants to use the entire screen and games make up 99% of anything that would do that.

I mostly wanted to bring this up to see if anyone else with stuttering issues on Win10 could test using the Game Bar while their projects were running to see what happens.

in Engine by (27 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.