floatinghotpot / socket.io-unity

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

No connection event is fired #20

Open ZioCain opened 6 years ago

ZioCain commented 6 years ago

Developing with Unity 2017.2.0f3 64bit on MacOSX for Nibiru and Pico (VR headsets with an OS derived from Android)

When I try to connect from the editor no problem, but from the headsets it always fails, I don't know wether it's a plugin problem or something else like the system itself

Edit:

IlyaVorozhbit commented 6 years ago

Same thing on WebGL build

ZioCain commented 6 years ago

Ok I solved the whole issue by changing the scripting runtime version from "Stable 3.5" to "Experimental 4.6"