floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

SOLUTION : Func, Action function duplication problem(with mscorlib.dll) #45

Open Rocher0724 opened 4 years ago

Rocher0724 commented 4 years ago

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

https://github.com/rocher0724/socket.io-unity

At least the code I was using worked perfectly without error.