PlayerPrefs – Saving data in Unity
PlayerPrefs is a basic, still quite powerful, way of saving some data in our app. We can save values of type: int, float and string. We need to give our PlayerPrefs a name so that we can call it later on. First we should check if there is a PlayerPrefs of that name already created …