Copying scenes in my game is not working
I am making a level based game with 20 levels. I have made the first level and when I run an adhoc I can access the first level through the level select scene and it works perfectly.
I then copied the level 1 scene and renamed it level 2 and made a button on my level select screen to change the scene to level 2 when touched.
But when I try to access level 2 the loading wheel appears and the game never changes scene.
Does anyone have an idea what would be causing this problem? level 1 and 2 are exactly the same but 2 doesn't load.
I really need to fix this because building my 20 levels from scratch would be ridiculously time consuming. Thanks
I then copied the level 1 scene and renamed it level 2 and made a button on my level select screen to change the scene to level 2 when touched.
But when I try to access level 2 the loading wheel appears and the game never changes scene.
Does anyone have an idea what would be causing this problem? level 1 and 2 are exactly the same but 2 doesn't load.
I really need to fix this because building my 20 levels from scratch would be ridiculously time consuming. Thanks
Comments