projectharmonia / bevy_replicon

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

Resource replication #315

Open Shatur opened 3 months ago

Shatur commented 3 months ago

Should be simple to add. Maybe we make it similar to components, except there are no groups. We will need support write callbacks and writing into a separate resource for history (until we get resources as entities and can attach the history to the resource entity). If people replicate resources there will definitely end up being some that need rollback.