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?