Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
428 stars 161 forks source link

any idea on support kcp? #23

Open cty41 opened 3 years ago

cty41 commented 3 years ago

kcp looks much better than enet, any research on that? https://github.com/skywind3000/kcp/blob/master/README.en.md

LukeStampfli commented 3 years ago

A KCP based transport for MLAPI could be a nice addition. KCP is indeed a very good RUDP protocol and better then Enet in many cases. If anyone wants to take a shot at this, they are welcome to do so.

chakibchemso commented 2 years ago

well we could use that: https://github.com/limpo1989/kcp-csharp

mirror already using that as default transport: https://mirror-networking.gitbook.io/docs/transports/kcp-transport