𧬠Bevy Replicon 0.27.0-rc.3 is out!
𧬠Bevy Replicon 0.27.0-rc.3 is out!
github.com GitHub - projectharmonia/bevy_replicon: Server-authoritative networking crate for the Bevy game engine.
Server-authoritative networking crate for the Bevy game engine. - projectharmonia/bevy_replicon
Itβs a crate for server-authoritative networking.
We usually don't make breaking changes when a Bevy release is around the corner, but decided to make a small exception for this one :)
This release adds support for Bevy 0.14.0-rc.4 and splits the crate functionality by features. For example, for headless server you can disable client
feature.
By default all features, except diagnostics
are enabled, so you have the same set of plugins as before. But most plugin authors will need to add default-features = false
.
πFull changelog π¦bevy_replicon
0 comments