Script not editing >.<

Hey guys,

So i was working on a game, made a start menu…
One day i decided to scrap the game and start a new one, so i salvaged some things from the old game like the start menu.

In the code where it says…

if (GUI.Button( Rect( (Screen.width/2), Screen.height -180, 50, 35), “PLAY”)) //“Play”

  • //if (GUI.Button( Rect( (Screen.width/2)-185, Screen.height -70, 55, 40), “PLAY”)) //“Play”*
  • {*
  • isLoading = true;*
    _ Application.LoadLevel(“Game1”);_
  • }*

I edit out the name Game1 and put in Game2, Added Game2 to the build settings and got rid of Game1.

I now get an error saying that Game1 cannot be found and loaded, ( But im trying to load Game2! )

Theres no other code anywhere else for Game1
What the hell is going on?

Do you have any compile errors? (red text in the status bar)

No, But if i try and make a duplicate copy of StartMenu code with another name, it tells me that there is a compile error…

( Also this Project/Game is been transfered from computer to computer if that has any relevance )

ZZZ im stupid, ok sorry i think you were right mate.

My bad, ill try fix this now

Thanks!