colyseus / colyseus-unity-sdk

⚔ Colyseus Multiplayer SDK for Unity
https://docs.colyseus.io/getting-started/unity-sdk/
MIT License
378 stars 104 forks source link

Possible alternative to GameDevWare.Serialization.MsgPack #84

Closed endel closed 4 years ago

endel commented 5 years ago

The number of questions that pops up on Discord about sending and receiving msgpack messages in Unity shows that the current msgpack library is a bit hard to use and understand (https://github.com/deniszykov/msgpack-unity3d)

This library might be a good alternative, the authors are working on a new version of it - would be nice to test it when the new version is ready to check if it makes sending/receiving messages easier: https://github.com/neuecc/MessagePack-CSharp

endel commented 4 years ago

No need to upgrade so far, the current library is actually great ❤️