How to make Game Workspace Fullscreen in Godot 4.4?

Godot Version

4.4

Question

I would like to test my game in fullscreen, but I cannot figure out how to do it in Godot 4.4, everything’s quite a bit different… please help.

Use DisplayServer.window_set_mode(WindowMode.WINDOW_MODE_FULLSCREEN)

1 Like

Thanks! I actually found it. You just need to go to Project Settings → Display → Window → Mode and set it to Exclusive Fullscreen and then to play in fullscreen you just need to uncheck the Embed Game on Next Play here:

2 Likes