|
Okay, so I got this script off of the unity website, but how do I make it fill up the whole screen? So here's the script;
This is probably a simple question, but I really need it. And make sure the text is bigger too. Thanks!
(comments are locked)
|
|
All you have to do is set the rectangle values to screen.height and screen.width like so:
Note when doing this make sure you declare the variable inside the OnGUI function. For the GUI font you need to import a bigger font size or create a style. This link will help: http://answers.unity3d.com/questions/6585/change-gui-font-size-and-color Okay, thanks,I got it
Jul 13 '10 at 02:58 PM
Collinbxyz
(comments are locked)
|
