Composite Transport

The composite transport takes in multiple transports and will automatically pick the support transport. The easiest example is if you have the Web Transport and the UDP Transport, and upload the game to the web, it will automatically utilize the Web Transport.

This works by automatically picking the first supported transport layer in the list. This allows you to easily utilize multiplayer transport layers in your project without needing to manually manage anything.

Last updated