mlapi-community-contributions/Transports
Myxcil 0eda04fc21
Update FacepunchTransport.cs (#246)
workaround/possible fix:
https://github.com/Unity-Technologies/multiplayer-community-contributions/issues/245
2024-05-28 17:44:46 -05:00
..
com.community.netcode.transport.enet Update to new NetworkTransport.Initialize signature (#157) 2022-03-08 11:40:17 -05:00
com.community.netcode.transport.facepunch Update FacepunchTransport.cs (#246) 2024-05-28 17:44:46 -05:00
com.community.netcode.transport.litenetlib Update to new NetworkTransport.Initialize signature (#157) 2022-03-08 11:40:17 -05:00
com.community.netcode.transport.multipeer-connectivity updated LICENSE (#207) 2023-02-22 11:06:57 -05:00
com.community.netcode.transport.photon-realtime Fix Unity.Collections not being referenced in assembly for Photon Realtime Transport (#244) 2024-01-10 11:05:29 -05:00
com.community.netcode.transport.ruffles Update to new NetworkTransport.Initialize signature (#157) 2022-03-08 11:40:17 -05:00
com.community.netcode.transport.steamnetworkingsockets Update Steam Game Server Callbacks (#221) 2023-05-19 12:21:54 -04:00
com.community.netcode.transport.template Update transport.template.asmdef (#241) 2023-11-06 13:03:51 -05:00
com.community.netcode.transport.websocket fix null reference exception in web socket transport when shutting down a host (#206) 2023-02-22 11:07:27 -05:00
README.md docs: fix transport install link in readme (#114) 2021-10-25 11:55:57 +01:00

README.md

Installing Community Transports

Community transports are interchangeable transport layers for the Netcode for GameObjects package.

Transports can be installed with the Unity Package Manager. Please follow the instructions in the manual about Installing a package from a Git URL.

Use the following URL in the package manager to add a transport via git URL. Change com.community.netcode.transport.enet to any of the packages in the Transport folder to choose which transport to add:
https://github.com/Unity-Technologies/multiplayer-community-contributions.git?path=/Transports/com.community.netcode.transport.enet

After installing a transport package the transport will show up in the Select Transport dropdown of the NetworkManager (To make the dropdown appear set the Network Transport field to none first in the inspector)