Crates.io | bevy_sync |
lib.rs | bevy_sync |
version | 0.14.5 |
source | src |
created_at | 2023-06-03 11:49:55.722536 |
updated_at | 2024-10-05 12:16:14.138177 |
description | Plugin for synchronizing entities and components between server and its clients. |
homepage | https://github.com/raffaeleragni/bevy_sync |
repository | https://github.com/raffaeleragni/bevy_sync |
max_upload_size | |
id | 881568 |
size | 266,846 |
Plugin for synchronizing entities and components between server and its clients.
Uses bevy_renet
.
Asset are synchronized only if they are added to bevy by uuid.
Run both examples so the they connect to each other:
cargo run --example host
cargo run --example client
Then open the editor and change a component value in one to see it reflected in the other.
Base version of bevy_sync is inherited from bevy version.
bevy | bevy_sync |
---|---|
0.12 | 0.12.x |
0.13 | 0.13.x |
0.14 | 0.14.x |
... | ... |