Skip to content

Commit 2058555

Browse files
authored
Merge pull request #347 from gIsForGravity/patch-2
Wiki: Fix a typo and clear up some confusing phrasing
2 parents 5c4b36c + 08e1dea commit 2058555

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ title: Custom Transports
33
permalink: /wiki/custom-transports/
44
---
55

6-
The MLAPI supports custom transports. It uses UNET by default. You can also write custom transports. A transport is the library that is responsible for sending the raw bytes and handle connections.
6+
The MLAPI supports custom transports. It uses UNET by default. You can also write custom transports. A transport is the library that is responsible for sending the raw bytes and handling connections.
77

88
Usually, transports doesn't 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

1010
### Official Transports
1111
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.
1212

13+
You can also install transports from the MLAPI Installer. Just click the "Transports" tab at the top.
1314

1415
### 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.
16+
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 wrapper for a well known transport, feel free to open a PR to add it to the official transports repo.

0 commit comments

Comments
 (0)