-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On linux, in Unity, I see Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included #32 #2
Comments
Hello, you don't need to install algorand sdk with nuget. All used assembly libraries are in Plugins directory under your Assets in Unity project. I insert all in the repo so if you clone it you must have it in your Unity Project. Please let me know. See you. |
Right yes, I wonder if I should issue a nuget remove yeah? This would be a namespace collision technically yeah? Thanks by the way for your timely response. I guess I will give that a try now and report back... I can't recall what my working directory was when I did the nuget install - would that matter? I'll issue a remove from So I did this:
Perhaps I will wipe folder and do another pull from github... |
Perhaps it's the 2 versions I've been trying to open this in (Unity 2020.3.18f and 2021), but in both it opens straight to a bunch of errors about the Collaborate Pack (did I add this or you? I didn't add it to your project but it seems to be there) and also Animation from timeline. First error from each chunk is:
Looking about the place, I can see Library is correctly not included and is getting built from your manifest.json Not sure about ValueTuple I assume this is a function that returns two values - maybe like a vec2 perhaps. Perhaps it relates to version numbers: one is 4.0.0.0 and one is 4.0.2.0? I'm a bit lost I admit. Should I try open with Unity 2019? |
In this example I use Unity 3D Version 2019.4.14f1 Personal Edition. But you can recreate all assembly in Plugins using what I describe in this post: https://developer.algorand.org/solutions/simple-example-using-algorand-with-unity-3d-engine/ Check: How to install Algorand .NET DLL in Unity |
Opening the project up after cloning from github in Unity 2020.3.18f1 I initially realised I need to put the Algorand SDK on with
and pulling in fresh packages in package manager, moving to the Unity console I see:
Using the tool F-Search I see I have no less than the auspicious 69 copies of this file spread about the various drives. I'd include some but am having issues with the text file with the list right now.
Any ideas?
Zorin OS 16
Linux 5.11.0-38-generic #42~20.04.1-Ubuntu SMP
The text was updated successfully, but these errors were encountered: