You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets\WalletConnectUnity\WalletConnectSharp.NEthereum\WalletConnectNEthereumExtensions.cs(56,21):
error CS0012:Thetype 'JsonSerializerSettings' is definedinanassembly that is not referenced.
You must add a reference to assembly 'Newtonsoft.Json, Version=12.0.0.0,Culture=neutral,PublicKeyToken=30ad4fe6b2a6aeed'.
Any help is kindly appreciated
The text was updated successfully, but these errors were encountered:
@Sterling-Malory-Archer that is great (you have integrated it with WalletConnect). Unity in the latest versions it includes the json.net library with is aot compatible and in recent builds of Nethereum (when packaging the dlls this is what it is included, although you need to remove it as it is duplicated). Now for WalletConnect the reference the normal version, so this might be an issue. You might need to copy the source directly. It is my plan to provide an example when possible of this, but first need to simplify the Unity packaging.
@Sterling-Malory-Archer that is great (you have integrated it with WalletConnect). Unity in the latest versions it includes the json.net library with is aot compatible and in recent builds of Nethereum (when packaging the dlls this is what it is included, although you need to remove it as it is duplicated). Now for WalletConnect the reference the normal version, so this might be an issue. You might need to copy the source directly. It is my plan to provide an example when possible of this, but first need to simplify the Unity packaging.
Hi Juan,
Thank you for responding, so you said I should copy the source directly, can you tell me which source?
So I should implement This SimpleSampleNet461 libraries and Walletconnect, delete the Newtonsoft.Json from the Walletconnect import and Nethereum one?
I am a total beginner so any help is kindly appreciated!
Hi everyone,
I recently implemented Wallconnect.Unity to my Unity project.
I also added Walletconnect.Nethereum folder to my Unity project.
When I import the DLLs from https://github.com/Nethereum/Unity3dSimpleSampleNet461/tree/master/Assets/Plugins, I get this error:
Any help is kindly appreciated
The text was updated successfully, but these errors were encountered: