I'm trying to show the players name on the GUI with a label.
GUI.Label(new Rect(10,10, 100, 30), playerName);
Instead of use the default style I want to use a different font with larger character.
Any suggestion to achieve this?
Use GUI Skins. Create a new skin (go to
More on GUI Skins in the official documentation here. |
|||||
|
|
|||||||||
|