🧬 Bevy Replicon 0.40.0 and 0.41.0-rc.1

It's a networking crate for the Bevy game engine.

The 0.40 release targets Bevy 0.18 and introduces shared messages/events, which are useful for client-side prediction.

The 0.41-rc.1 release targets Bevy 0.19-rc.1 and includes long-awaited resource replication. It was trivial to add since resources are now backed by components.

As always, I recommend updating to 0.40 first.

📜 https://github.com/simgine/bevy_replicon/blob/master/CHANGELOG.md
📦 https://crates.io/crates/bevy_replicon

#bevy #simgine

bevy_replicon/CHANGELOG.md at master · simgine/bevy_replicon

A server-authoritative replication crate for Bevy. - simgine/bevy_replicon

GitHub