It’s a crate for server-authoritative networking. We use it for Simgine, but it’s general-purpose.

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.

See the changelog for the full list of changes.

📜Full changelog 📦bevy_replicon