How would I make a "try again" button that restarts the level after losing?

I’ve made about 10 levels increasing in difficulty as you play through. I would like to add a “try again” button to the Lose Scene so the player can just restart the last level instead of having to play all the beaten levels again. I can’t seem to find anything that works for Unity 4.6. Thanks for any help!

Hi @Chris_Wood

I think you can use the below in 4.6

Application.LoadLevel(Application.loadedLevel);

I havent used 4.6 in a long time though :smiley:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.