SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

Question: Version for Unity 2017.1? #32

Open jrodrigv opened 5 years ago

jrodrigv commented 5 years ago

Hi. I have some problems trying to load the binaries from a Unity 2017.1 project. I'm using the latest release.

These are some of the errors that I'm getting:

[ERR 18:48:35.361] AssemblyLoader: Exception loading 'Newtonsoft.Json': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at AssemblyLoader.LoadAssemblies () [0x00000] in :0

Additional information about this exception:

System.TypeLoadException: Could not load type 'Newtonsoft.Json.Utilities.EnumUtils+<>c' from assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null'.