Storing Data in Unity – PlayerPrefs
This tutorial is the second part of Storing Data in Unity series. You can read Part 1 of this series here. What’s in this part? We will discuss about storing micro data such as int, float, string, and double in Unity using PlayerPrefs. What we will develop? Following is the… Read more »