I feel like I have cheated

So I was struggling with coding a way to return to scene 0 once finishing the last scene.
I used SceneManager.LoadScene(+1); to get to the next level, quite simple really.

            SceneManager.LoadScene(+1);

I ended up creating an End Game pad and creating a new case in the switch… but I feel so guilty about it!

1 Like

Privacy & Terms