🧬 Bevy Replicon 0.28.1 is out!

Open link in next tab

Release Bevy Replicon 0.28.1 · projectharmonia/bevy_replicon

https://github.com/projectharmonia/bevy_replicon/releases/tag/v0.28.1

Fixed Client event buffering.

Release Bevy Replicon 0.28.1 · projectharmonia/bevy_replicon

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

Some highlights:

  • Added the ability to defer replication, which is useful for exchanging messages or downloading assets required by the server before replication starts.
  • If there is any spawning, despawning, removal, or insertion, client events wait for replication. However, with this release, it can be disabled per event.
  • Fixed entity mapping when a client event is buffering.

📜Full changelog 📦bevy_replicon