Tutorial for setting up your game for different resolutions/screen aspect ratios?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Liemaeu

Is there any tutorial how to set up your game to work on different resolutions and screen aspect ratios?

I use a 16:9 1920x1080p screen myself, but I want my game to work on e.g. 4k and 21:9 screens, too. I have no idea how to set it up correctly.

What stretch mode should I take? What stretch aspect? What resolution should I take by default (for creating the game)? How do I set up a mainmenu background that works on 21:9 screens, too? etc

:bust_in_silhouette: Reply From: r.bailey

The general godot documentation from the Godot website Stable version.

Multiple Resoultions - Godot Engine Stable

I will link a couple of YouTube videos that aren’t specific tutorials for how to setup what you were looking to do, but generally decent information towards what you were looking for as well.

YT- Picking a Game Resolution
YT - Game Programming:Scaling | Godot Basic Tutorial