- Home /
Question by
yairv13 · Jan 12, 2018 at 02:14 PM ·
unity 5scene-loadingscene-switchingmain menuinfinite runner
Game isn't working the same way before main menu?
I've started developing my infinite runner game from the Game Scene. Now that I've added a main menu with a play button - after I press play the game launches, but is acting weirdly. E.g. when I press A the transform won't go left, and then when I press D and A after that the transform won't stop at the middle lane, like it used to.
Am I missing something?
I used SceneManager.LoadScene to switch scenes, as it's supposed to be. I don't know what code should I put here, so if you have suggestions for code samples I'd paste them as suggested.
Comment