socket.io-client-csharp
socket.io-client-csharp copied to clipboard
In Web GL Build, socket connection is not established.
I used dll files from nuget package manager in unity game engine. it works fine in android, window and unity editor itself but did not connect to server in webgl build. what 's the solution.
same problem here, did you find a solution?
i guess almost none of the libraries for sockets work on WEBGL, the solution is to use a JS library and https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html