SyncVar Delta Compression #730
Closed
Canglangzi
started this conversation in
Feature Request
Replies: 1 comment
-
Deltas are planned across the board and already in development. PS: an empty RPC from the server should be 2 bytes for reliable, 3 for unreliable. From the client 4 reliable, 5 unreliable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Games such as cs2 and valorant all use this synchronization method.
This synchronization method is best able to deal with packet loss problems.
I hope to leave a similar channel where I can see the feedback of packet loss and debug it and resend the packet.
Unreliable sending, even if the packet is lost, I will resend the next frame
And it is very likely that a large number of api breaking changes will be required
Synchronous rpc can be optimized later. In my test, one rpc was 11 bytes empty.
Does the bottom layer still need some incremental compression broadband optimization, etc.
Beta Was this translation helpful? Give feedback.
All reactions