itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
393 stars 67 forks source link

[BUG] V1.1.1 System.Reactive not found import errors #15

Closed ThimoDEV closed 2 years ago

ThimoDEV commented 2 years ago

When I tried to use the latest release (V1.1.1.) I get System.Reactive not found errors. bug image

Steps to reproduce:

Tested on:

Unity 2021.3.3 LTS Unity 2021.2.5

binaray commented 2 years ago

I've got this to work by importing in a compiled System.Reactive.dll (attached zip). Alternatively, you can compile the source from nuget.

ThimoDEV commented 2 years ago

I've got this to work by importing in a compiled System.Reactive.dll (attached zip). Alternatively, you can compile the source from nuget.

I'll try out your solution, I think if this is thé solution it might be a good idea to put the steps on the release page and maybe in the readme.

itisnajim commented 2 years ago

i updated the git source and added System.Reactive.dll, all needed libs now under the folder SocketIOUnity/libs/*