socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

In Web GL Build, socket connection is not established.

Open SachinTichkule opened this issue 2 years ago • 2 comments

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.

SachinTichkule avatar Jun 23 '23 10:06 SachinTichkule

same problem here, did you find a solution?

Nicolas-Puccio avatar Jul 28 '23 08:07 Nicolas-Puccio

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

Nicolas-Puccio avatar Aug 08 '23 07:08 Nicolas-Puccio