Making a human readable save game system in Unity using JSON
When I wanted to make a save system for my game Ayre, I didn’t want to just serialize objects into binary files. It seemed like something that might bite me in the ass down the road if someone had a problem with their save and…