How would I use the GUI class to make the entire screen one solid color?
I know I can make a small Texture2D and use GUI.Label or GUI.Box, but then how do I stretch the texture to the size specified by the Rect argument? Can I use a GUIStyle to do this?
I suspect this was discussed on the alpha list, but unfortunately I wasn’t paying attention back then.
Thanks.