Skip to content

Commit 6788f5f

Browse files
committed
docs: Added Official Transports section to wiki
1 parent 9de5c1d commit 6788f5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/_docs/advanced-topics/custom-transports.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ The MLAPI supports custom transports. It uses UNET by default. You can also writ
77

88
Usually, transports doesn't support support all channel types and event types. Sometimes they have more, in that case you manually have to do translation between them. See the ENET transport for examples.
99

10-
To get started writing transport interfaces, the current implementations for Unet and ENET are great starting points for learning their flow. If you do write a transport for a well known transport, feel free to open a PR to add it to the default supported.
10+
### Official Transports
11+
The MLAPI has some official transport implementations you can use. They can be found [here](https://github.com/midlevel/MLAPI.Transports). All you have to do is download the ZIP file you want from the CI server and export it into your assets folder and it will show up in the NetworkingManager automatically.
12+
13+
14+
### Writing Your Own
15+
To get started writing transport interfaces, the current implementations for Unet, ENET and Ruffles are great starting points for learning their flow. If you do write a transport for a well known transport, feel free to open a PR to add it to the official transports repo.

0 commit comments

Comments
 (0)