|
I've gotten my script to now connect to my server and login with a username. However, when I try to join a room (yes, the room exists), nothing happens. I get no errors, but OnJoinRoom doesn't run (I have a Debug.Log() inside it). I've been trying things for a few hours now and am completely stumped.
(comments are locked)
|
|
You indicated that you successfully connected and logged in, but the code above does not show that. Assuming that is in another script, then the issue may be that you have not yet received a room list from the server. Typically the login will send one, but if you have created a custom login (e.g. with a server side extension), then you'll need to manually send it from the server.
(comments are locked)
|
