Unity3dSampleTemplate
Unity3dSampleTemplate copied to clipboard
Issue opening project 2020.3.12f1
console errors:
(1) Assembly 'Assets/Plugins/Nethereum.HdWallet.dll' will not be loaded due to errors: Reference has errors 'NBitcoin'.
(2) Assembly 'Assets/Plugins/NBitcoin.dll' will not be loaded due to errors: NBitcoin references strong named Newtonsoft.Json Assembly references: 11.0.0.0 Found in project: 12.0.0.0. Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
the version reference might be different but I still can use them perfectly
the version reference might be different but I still can use them perfectly
can you maybe tell us how to fix this error?
This is in the example. You need to disable the version check selecting the DLL in the assets. This was a feature introduced by unity lately
https://media.discordapp.net/attachments/770611942666010625/874302275777081364/unknown.png
Thank you so much. I haven't worked with unity in a while and I didn't know that this was a thing.