Networking improvements
Networking improvements

github.com
Rework messages serialization by Shatur ยท Pull Request #352 ยท simgine/bevy_replicon

I've been working on bevy_replicon for the last two weeks. That's the networking library we use for the game.
Originally, I planned to make a small change to include the number of updates in the message (needed for prediction) but ended up completely reworking the serialization ๐ Typical me. This change improves message packaging. For example, in our statistics test, we use only 16 bytes for a test message instead of 33!
Okay, it's finally time to go back to the original change I wanted to make ๐