Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 3.1 KB

File metadata and controls

44 lines (35 loc) · 3.1 KB


Discussion forum

Colyseus Multiplayer SDK for Construct 3.
View documentation

Addon Development / Contribute

Requirements: download and install Caddy Server in order to host https from localhost.

  • Install the dependencies. (npm install)
  • Run Chrome without "same origin policy" (npm run chrome)
  • Start the development server (npm start)

For testing on editor.construct.net:

  • Enable Developer Mode
    • Go to Settings
    • Click on Settings window label 10 times
    • Scroll down and click select to enable "Developer Mode"
  • Go do "Developer Mode" -> Install Dev Addon and provide the following URL: https://localhost/addon.json

This addon uses c3addon for packing and publishing the addon to Construct Addons page.

License

MIT