Nethereum icon indicating copy to clipboard operation
Nethereum copied to clipboard

Issue importing libraries from Nethereum Unity

Open Sterling-Malory-Archer opened this issue 4 years ago • 1 comments

I have implemented WalletConnect, added their Walletconnect.Nethereum folder.

I also downloaded all the libraries from https://github.com/Nethereum/Unity3dSimpleSampleNet461/tree/master/Assets/Plugins

I import them and I get this error:

error CS0012: 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, PublicKeyToken=30ad4fe6b2a6aeed'.

If anyone could help me with this, I'd be extremely grateful.

I am using Unity 2020.1.6f1

Sterling-Malory-Archer avatar Oct 21 '21 14:10 Sterling-Malory-Archer

Download the new version Newtonsoft.Json.Dll

DecodingByte avatar Apr 02 '22 03:04 DecodingByte