*Hi every one, i want to change the color and the font style of my Score display, but i
use GUI skin right click on project tab go to create click on gui skin then choose your color in the box or label etc.
then add this on your script
//select your skin
var guiskin:GUISkin;
//go in your gui function
function OnGUI() {
//add this
GUI.skin = guiskin;
}
SOOOO Sorry! I Don’t know how!
i would if i could!