Colyseus Multiplayer SDK (Construct 3 Plugins)

  • 47
    This content is deleted
    Addon
    Colyseus Multiplayer SDK

    Allows you to develop multiplayer games using Colyseus. Write your server-side code with Colyseus (Node.Js). Configure actions and callbacks on Construct.

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Hi, i just found a bug in the code. The action "Send JSON message" in construct 3 don't work so i checked inside the code and i see you try to send json message with "this.RoomSend()" and that must be "this.room.send" to fix it ;)

    Also thx for your work!

    • Hi Zetius could you send the addons that you've fixed? because I try to change this, and I got an error about "Cannot set properties undefined (setting 'onAdd')" thank you!

      • I changed this.RoomSend into this.room.send at the actions.js file line 54 nothing else, but if you want the addons where can i send it for you ?