- Home /
Question by
rodeowild · Feb 05, 2020 at 12:13 AM ·
serializationwindowsjsonstandalone
Json.NET Serialization - Platform Not Supported Error
I am trying to use json.NET to serialize and deserialize json files. So a line like this:
myClassInstance = JsonConvert.DeserializeObject<myClass>(obj.ToString());
works fine in the unity editor but as soon as a build a windows standalone player I get a "platform not supported" error. Any idea why this would be happening?
Comment