Skip to content
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

Unity 2020.3.14f Import errors #1

Closed
mkwozniak opened this issue Nov 6, 2021 · 2 comments
Closed

Unity 2020.3.14f Import errors #1

mkwozniak opened this issue Nov 6, 2021 · 2 comments

Comments

@mkwozniak
Copy link

image

Brand new project, imported from package manager. Any idea how to fix this?

@itisnajim
Copy link
Owner

itisnajim commented Nov 6, 2021

I see that you are using Nuget to install some packages like System.Text.Json and Newtonsoft-json, just remove/uninstall them from Nuget, SocketIOUnity already comes with these packages

@mkwozniak
Copy link
Author

That was indeed an issue, and after a while I managed to fix it.

I had another package (Veggie Studio Pro) which used the Jobs package, which in turn used the unity.com.collections (System.Runtime.CompilerServices) package. This was creating assembly name conflicts. After updating the Jobs package and manually dragging the DLL's into the Assets folder, all is working.
Unfortunately I am not able to use the git url with the package manager because of this. Thanks for the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants