Transports
These transports are included with Mirror.
- Multiplexer - Bridging transport to allow a server to handle clients on different transports concurrently, for example desktop clients using Telepathy together with WebGL clients using Websockets.
These transports are maintained by third parties outside of Mirror.
These transports are maintained by third parties and use relay infrastructure to connect clients to servers behind firewalls / NAT.
Changing transports is very easy and only requires a few steps:
- Go to the game object that has the Network Manager component
- Add another transport script via the Add Component button
- Drag the transport script to the "Transport" field in the Network Manager
- Remove the old transport script (optional)
If you have connection issues with a transport that requires port forwarding, make sure to port forward the correct protocol (TCP / UDP).
Last modified 1yr ago