You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are some problems connecting to the Colyseus server after migrating a bunch of networking working code from another project into this project to get Colyseus integrated with all the code generation pre-configured for the users of this starter kit.
This is not breaking the project, but it would be nice to have the full stack of networking solutions complete and working. It works in my other project...
This line should connect the player to the game server.
72aaeff Just reverted from @colyseus/core v0.15.25 to v0.15.15 which seems to resolve this problem for now. I'll take a closer look into why the newest version of Colyseus seems to fail to connect users.
Currently there are some problems connecting to the Colyseus server after migrating a bunch of networking working code from another project into this project to get Colyseus integrated with all the code generation pre-configured for the users of this starter kit.
This is not breaking the project, but it would be nice to have the full stack of networking solutions complete and working. It works in my other project...
This line should connect the player to the game server.
zen/apps/zen-unity/Assets/Scripts/MultiplayerNetwork.cs
Line 10 in ea00824
The response from the server I am getting is:
I'll update this issue when the problem has been resolved.
The text was updated successfully, but these errors were encountered: