- Home /
Question by
NathyB · Dec 15, 2015 at 01:39 AM ·
resolutionaspect-ratiowindowed
Build game in portrait aspect without blue borders?
So I'm making a game with a 400x800 resolution. When I build it though it just builds it in a window with blue borders on each side.
So I tried using Screen.SetResolution(400,800,false);
and the window resizes but there is a blue overlay. I can still click the play button through the blue and the game scene will load but that is also blue. I can tell they've loaded as the BGM plays.
I had these settings and these before using the code, do I need to change them back?
Comment
Your answer
Follow this Question
Related Questions
Aspect Ration For 2D Sprites and Canvas 0 Answers
Screen.SetResolution doesn't work when the game starts windowed? 0 Answers
Pixel Perfect in different resolutions 0 Answers
How to build android game with 18.5:9 ratio? 1 Answer
Windowed game not centered 0 Answers