Quantcast
Channel: Questions in topic: "screen size"
Viewing all articles
Browse latest Browse all 225

screen size

$
0
0
can somebody explain me how to make a box is the same size as your "monitor size". my first main menu: GUI.Box (new Rect (0, 0, Screen.width, Screen.height), "", "Main Menu Box"); the box is sized to the screen but next sub menu: GUI.Box (new Rect (0, 0, Screen.width, Screen.height), "Era select"); which is technacly the same is not the same its like 80% smaller than my main menu so how do I get it bigger? I already tried screen.currentresolution.widht but same problem my game is also the good size. thankx in advance

Viewing all articles
Browse latest Browse all 225

Trending Articles