-
Notifications
You must be signed in to change notification settings - Fork 75
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
Import DLL issue in Unity 2018.1.17 #40
Comments
@dpnthanh Unity 2018 package manager ui is the source of this issue ,you can remove it's dependancy in your project in "yourproject"/Packages/manifest.json. It will resolve the conflict but package will be no more accessible. |
Does that mean there's no way to use this with 2018 now? |
If anyone's doing the same thing, ^ see that commit's editing of the Unity |
I can confirm this issue is still happening in Unity 2019.2.2f1
|
I am now using BestHTTP package on the Unity asset store as a solution. It has socket.io implementation. |
I have the same problem. |
+1 same error |
Hi there. i am changed this library dll file to c-sharp code for use with Unity 2019.1.12f, .NET 4.x. The reason I changed the DLL file to C-Sharp code was because I wanted to use the Func and Action functions. try it |
I'm try to import dll file to Plugins folder, affter that unity show 31 error like this
error CS0433: The imported type `System.Func<T1,T2,TResult>' is defined multiple times
The text was updated successfully, but these errors were encountered: