How to solve “Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types” Android error?
问题 I'm working in an App with Unity3D. Im using my own utilities DLL with some classes. I've been working for months now, and made lots of builds/compilations with no problem. Last week added a new class to the DLL, it worked well in my PC but when I builded the project and used it in my Android device it stopped working. The Android Monitor program shows me that error: "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" The types that Newtonsoft can find