Resolution 9:16 on 1280:1024 screen

Hello, I’ve just made super simple game that is supposed to run on 9:16 resolutin screens, I’ve got pretty old monitor which is 1280:1024 and I don’t know how to make my game fit my screen


If there’s anyone who has an idea of how to get rid of the black space and make it windowed to 9:16… please let me know. (also the two numbers(health and score) should be on the space background)
Sincerely Martin.

https://docs.unity3d.com/Manual/class-PlayerSettings.html
Resolution and presentation. If you switch to scripting you get the allowed scripting stuff. You can set these from C# script as well.

You can learn the very basics of the UI for example here:

https://www.youtube.com/watch?v=VHFJgQraVUs

3 Likes

@ thanks man :smile: