bevy_sync

Sync

Plugin for synchronizing entities and components between server and its clients. This plugin is meant to support collaborative editing environment through editors and supports bi-directional updates between server and client.

Uses bevy_renet.

Current state is in development.

Examples

Run both examples so the they connect to each other:

Then open the editor and change a component value in one to see it reflected in the other.