Screen stretching sprites

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

Hello! i’m trying to make a game in portrait mode, i zoomed out the camera to fit the sprites on the screen but when i test the program it squashes everything, i tried changing the window size in project settings and still, is there a way to launch the game with a window size equals to the camera area?

:bust_in_silhouette: Reply From: daniklad

Go to Project - Project Settings…

On the first tab called General, go to Display > Window.

Set Width and Height at the top to your desired resolution. Find Handheld orientation and set it to portrait.
Then scroll to the bottom, set Mode to Viewport and Aspect to keep_height, leave Shrink as 1.

Best of luck :slight_smile: