WebGL Support

coherence SDK supports networking in WebGL without any additional setup. Both Rooms and Worlds are supported.

WebGL builds use WebRTC to connect to the Replication Server and so the ports used to connect are different from the usual UDP ports. This is managed automatically in the sample connect dialogs, but if you are building your own, you need to make sure you're connecting to the the correct port which is specified by the --signalling-port when starting the Replication Server locally (defaults to 42002 for Rooms and 32002 for Worlds).

This is resolved automatically when using the Unity Cloud Service API to create and join Rooms and Worlds.

Linux builds

For anyone building WebGL in Linux, some additional packages are required.

For Ubuntu: sudo apt install clang libtinfo5 python python-setuptools

Others: check with your package repository to install the correct packages for your distribution.

Running locally

For running a WebGL build locally, please refer to the official Unity documentation.

Last updated