Creating a simple JSON loader but I want the JSON file that is saved and loaded to be human readable.
ie this won’t work to save files because it converts to Base64
File.WriteAllText(filePath,Convert.ToBase64String(Encoding.UTF8.GetBytes(JsonUtility.ToJson(data))))