Ejemplo n.º 1
0
 void OnGUI()
 {
     EditorGUILayout.LabelField("Did you change the week, build word, version number and leaderboard??", EditorStyles.wordWrappedLabel);
     GUILayout.Space(70);
     if (GUILayout.Button("Yup!"))
     {
         Build.ActuallyBuildGame();
         this.Close();
     }
     if (GUILayout.Button("Nope!"))
     {
         this.Close();
     }
 }