Saved Games

How can you use unity so it saves all data on where the character is, what scene the player starts etc, and so you can load it back up again?

Write out the relevant data using PlayerPrefs, then read it back it again when needed.

–Eric