I am attempting to create some plugins for UWP for use with IL2CPP, and am running into a strange issue.
The plugin simply has a few data model classes to help with using some JSON stuff, while another class or two have helper methods.
The exception thrown seems to be related to a data model class, and in Visual Studio, I can catch this and drill down to find this message:
Do I need to put in empty constructors on these classes? Seems odd, it is marked for Editor/Standalone and is configured to use â.NET Framework 3.5â for the built DLL.