Save Game Function

Hi,

I’m making a 2D Platform game with multiple levels and I need a save game function.
I don’t want the game to remember exactly where the player is. But just what level the Player is up to.

What are some ways I could do this?

Thanks,
Stuart

The easiest way would be with playerprefs:

or playerprefsx if you’re game is in the browser:
http://www.unifycommunity.com/wiki/index.php?title=PlayerPrefsx