Tag: Base64

Unity: How to save and load data using json and Base64

Saving and loading game data is an essential part of almost any game. These two processes should be fast, efficient and error-prone since nothing is more painful for a gamer than losing progress he has been working on so hard. In this tutorial I will show you an easy way to save and load your dat...