i have money variable from below code :
public static float money = PlayerPrefs.GetInt ("score");
the problem is that each time i quit the game and replay it in unity editor , my money is reset and those characters that i have bought are reset . i watached tutorials on Learn channel but its another approach . can you say me how to use save code and save character purchase and save when i change money variable then it is saved like that .