my prototype was working fine but now I get this error when trying to connect to a world: “A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.”
I originally posted this on discord saying my other project was still working, but its actually not anymore. It only works over webgl now for me - which made me think maybe the issue is on my end. I haven’t figured it out yet though.
Thanks for posting the logs. To get further information, I gather you’re on SDK version 1.1.4? Have you recently upgraded the SDK or Unity itself?
The curl errors surrounding the “failed to respond” error happen when the Worlds UI attempts to connect to a locally running RS. In your game, do you load the worlds sample UI? It looks to be loaded a dozen times or so (the error should only appear once).
I do notice the WebGL build you posted in showcase (concreto - coherence) does continue to work and is able to connect to the World, so my first guess is that it is something local to your environment, but we’ll investigate our end as well.
Yes the webGL also works for me, but not on the editor or on the build. Its so weird that the build is also not working, since its the same that was working before, and outside the editor.
I tried turning off all the firewalls but no difference.