projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
352 stars 31 forks source link

Add networking-related entities #340

Open Shatur opened 4 weeks ago

Shatur commented 4 weeks ago

Let grouping updates to ensure they arrive together.

Use case: make player and all status effects as entities to arrive at the same time so no mispredictions are created from loading in partial authoritative data.