socket.io-unity icon indicating copy to clipboard operation
socket.io-unity copied to clipboard

Unity 2018 Issue socket io issue

Open mkashifwk opened this issue 6 years ago • 5 comments

Hello, I dragged dlls to my unity assets, it gives me error

/Users/apple/Library/Unity/cache/packages/packages.unity.com/[email protected]/Editor/Sources/UI/Common/PopupField.cs(61,38): error CS0433: The imported type `System.Func<T,TResult>' is defined multiple times

packages.unity.com/[email protected]/Scripts/Runtime/FastAction.cs(83,27): error CS0433: The imported type `System.Action<T1,T2>' is defined multiple times

mkashifwk avatar Oct 24 '18 20:10 mkashifwk

Yeah, This is the conflict with unity's package Manager UI, Downgrading to Version 2017.1 (When there was no package Manager) will get around this issue.

ATheCoder avatar Oct 26 '18 08:10 ATheCoder

@ATheCoder ok, thanks,

mkashifwk avatar Oct 26 '18 10:10 mkashifwk

@mkashifwk @ATheCoder I have discovered a solution, you can remove the package manager ui dependancy in the project in "yourproject"/Packages/manifest.json. It will remove the package manager from your project.

LagacheLouis avatar Dec 08 '18 21:12 LagacheLouis

@LagacheLouis I see, this would make this Socket.io work but then you just can't import new platforms etc from Unity?

bcjordan avatar Jan 19 '19 11:01 bcjordan

This library works much better for me. It saved me from a lot of headaches, so I thought I'll share it with you.

garzj avatar Sep 07 '20 11:09 garzj