News

With JsonUtilities, Unity 5.3 introduced a built-in possibility to interact with JSON-formatted strings.Before, it was common to use third-party libraries, sch as LitJson.Both JsonUtilities and ...
A basic example of reading/writing JSON to file from Unity. When reading JSON, it returns a C# List<T>. This example reads and writes a list of playable characters in a game, but the logic can be ...