var customSkin :GUISkin;
function OnGUI () {
GUI.skin=customSkin;
if(GUI.Button(Rect(Screen.width/2,Screen.height/2,100,50),"Play Game")) {
Application.loadedLevel ("3D Platformer.unity");
}
}
function Update ()
{
}
I don’t know waht i’m missing X/