Hi I created a brand new project in unity3d and imported the Nethereum sdk. When I try adding any scripts I keep receiving a compile error -
The type 'JsonSerializerSettings' is defined in an assembly that is not referenced. You must add a reference to assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral,...
I've tried several things such as importing package from asset store, importing package from VS, I tried adding a web.config with the reference, etc.
What am I doing wrong?