allartprotocol / unity-solana-wallet

The First Open-Source Unity-Solana Wallet with NFT support
282 stars 128 forks source link

Error right after importing package - Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included or the current platform. Only one assembly with the same name is allowed per platform. (C:/Users/37067/Desktop/New Unity Project/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll) #2

Closed paulks-software closed 2 years ago

paulks-software commented 2 years ago

Error right after importing package - Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included or the current platform. Only one assembly with the same name is allowed per platform. (C:/Users/37067/Desktop/New Unity Project/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll)

Loque18 commented 2 years ago

Hey same error over here, were u able to fix it ?

lucagencokiwert commented 2 years ago

Delete your import of com.unity.nuget.newtonsoft-json in the packages-log.json

paulks-software commented 2 years ago

i solved it by renaming it, somehow when i deleted it it still wouldnt run

xingxiaoxiong commented 2 years ago

Some error here. Any one find a proper solution?

bapttiste73 commented 2 years ago

Same error with JsonDotNet plugins

igamebank commented 2 years ago

This got rid of the errors for me, not sure it's working fully but worth a try:

  1. Remove samples from the folder.
  2. Install package as instructed (minus samples).
  3. Save and quit.
  4. Manually drag samples into the asset folder.
  5. Relaunch project, no newtonsoft errors and samples seem to load.