Registry / networking / bevy-replicon

bevy-replicon

JSON →
library0.40.4rscratesunverified

A server-authoritative replication crate for Bevy game engine.

# Cargo.toml [dependencies] bevy_replicon = "0.40.4"
INSTALL
IMPORT
SIG · BEVY-REPLICON
B
bevy-replicon
networkingrustv0.40.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Replication
use bevy_replicon::Replication;

Adds the Replication plugin to a Bevy app.

use bevy_replicon::Replication; fn main() { // Replication is typically added as a plugin App::new().add_plugin(Replication::default()).run(); }
Debug
Known issues
gotchaRequires Bevy version compatibility; check feature flags for networking backends.
fix
Ensure bevy_replicon version matches your Bevy version and enable the appropriate features (e.g., 'steam').
affects: >=0.40.0
Upgrade
Version history
0.40.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
bevy-replicon — cargo add bevy-replicon · libregistry