Can’t read json file for unity deserializing
I am trying to use json serialization to save data for my unity game. I have a game object with some bool variables and want to save it. I start serializing the object and it works, i have the json file with all the things inside, but when i use the read all method in […]