Save&Load

Hi.
I wanna have save and load in my game.
my mean is that I can save some of information(level or health or position or…) and exit game.
when i want play again and load my game I should continue my last game.
plz help me

Take a look at PlayerPrefs

tx
I get it

Can you use player prefs to help you create a multiplayer game like use it to store your username passwords and everything so I wont need a database?

If your talking about just storing it for use so you don’t have to enter your username every time yes it could be.