Best way to save data in Unity game [closed]
I was wondering... What's the best way to save data in Unity games. JSONs? If so, how? Thanks Short answer to your long question! Here are some of the different Ways and Methods to Save data for Unity Projects: Platform-Independent: One way of saving data in Unity3D in a Platform-independent way is to use the PlayerPrefs class. (Learn More 1 , 2 ). PERSISTENCE - SAVING AND LOADING DATA using DontDestroyOnLoad , PlayerPrefs , and data serialization Video Tutorial by unity . Server Side: You can also use a Server for saving data (like combination of PHP and MySQL Database). You can use it to