bevy_prototype_networking_laminar
bevy_prototype_networking_laminar copied to clipboard
Testbed Code cleanup: Message sync
The messages are currently fully serialized whenever a message is changed. Clean this up to be a better representation of the desired sync model so that the server only sends the changes on a Reliable channel, and the Client can request the full list of messages when they connect, or need to reset their state.