bevy_prototype_networking_laminar icon indicating copy to clipboard operation
bevy_prototype_networking_laminar copied to clipboard

Testbed Code cleanup: Message sync

Open ncallaway opened this issue 4 years ago • 0 comments

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.

ncallaway avatar Aug 24 '20 04:08 ncallaway