Hi im trying to change the arial font to a different one for my GUI.Label but having zero luck I have seen lots of different answers to this problem but none seem to work can anyone give me a clue please ,sorry I am the JavaNoob
var MenuSkin : GUISkin;
function OnGUI ()
{
GUI.skin = MenuSkin;
}
Create a GUI skin ,Assets > Create > GuiSkin. Create that script and drag the it onto the camera object , assign a font in the inspector to the skin you just created. Drag your new GUI skin onto the MenuSkin value on the camera in the inspector. That should be it.