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 initialized according to default or values from the GameObject’s Inspector. How can I store and accesses…