- Update to
bevy_replicon
v0.28.1,bevy_cobweb
v0.12.
- Update to
bevy
v0.14,bevy_replicon
v0.27.
- Run
ClientRepairSet
betweenClientSet::Receive
andClientSet::SyncHierarchy
.
- Clients now use
despawn_recursive
when cleaning up entities.
ServerRepairSet
now runs afterServerSet::StoreHierarchy
and also runs inPreUpdate
as it did before.
- Update to
bevy_replicon
v0.26.
- Update to
bevy_cobweb
v0.6. - Update to
bevy_replicon
v0.25.
- Update to Bevy v0.13
- The server and client plugins now panic if not added after the corresponding replicon plugins.
bevy_replicon
'sParentSync
component is now automatically registered for repair ifParentSyncPlugin
is present.
- Added
add_replication_repair
method to the app extension, for use when a component has already been registered for replication and you just need to add repair to it.
- Update to
bevy_replicon
v0.21.
- Rename:
RepliconRepairPluginClient/Server
->ClientPlugin
/ServerPlugin
.
- Rename:
Ignore<C>
->Retain<C>
.
- Initial release.