Home Game Development Am utilizing Colyseus to attach gamers room creating gamers becoming a member of however not spawning in playground – Cocos Creator

Am utilizing Colyseus to attach gamers room creating gamers becoming a member of however not spawning in playground – Cocos Creator

0
Am utilizing Colyseus to attach gamers room creating gamers becoming a member of however not spawning in playground – Cocos Creator

[ad_1]

I put in Colyseus Server and it’s working fantastic. I can login from completely different servers; it’s crates and rooms, and completely different session ids for gamers additionally, however I can’t see gamers within the room I’m calling under line.
single room a number of participant was including however bodily i can’t see just one participant any have concept why i can’t see different gamers if all joined the identical room additionally?

const consumer = new Colyseus.Client("ws://localhost:2567");
    strive {
        const room = await consumer.joinOrCreate(roomName,choices);
        console.log("joined efficiently", room);
      
      } catch (e) {
        console.log("be part of error", e);
      }

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here