Unity Tutorial – Using JSON Files

This tutorial is on using JSON files in Unity to save and load data.

JSON files (Java Script Object Notation) are an easy to use way for storing organized information for a game. JSON is easier to understand, and much lighter weight than using XML.

By using JSON, it’s fairly easy to save and load data into your Unity game.

Download this Unity tutorial

Posted in Game Programming, Tutorials, Unity 3D.