Many people starting their adventure with unity, encounter one of the most often problems — why Unity doesn’t store points, money or other data? Every time, you start your game, each script will be ...
Now with a working point system in place, I can set up a simple Save & Load function using PlayerPrefs. This save data is not very secure though so it is not suggested to use this on important data.