specklesystems / speckle-unity

AEC Interoperability for Unity through Speckle
https://speckle.systems/tag/unity/
Apache License 2.0
55 stars 20 forks source link

Duplicate Newtonsoft dll #44

Closed haitheredavid closed 2 years ago

haitheredavid commented 2 years ago

When you clone main unity greets you with an error for having multiple newtonsoft.json dll's. I threw out the one included in SpeckleConnector/Core and that fixed the error.

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. (Assets/Speckle Connector/Core/Newtonsoft.Json.dll)

haitheredavid commented 2 years ago

ah, this was an issue with my fork not being up to date. Closing now.