halflife-unified-sdk
halflife-unified-sdk copied to clipboard
Use protobuf to transfer network data
Using Protobuf to transfer network data instead of JSON could reduce the size of the network data file, which reduces the amount of time spent downloading the file in a multiplayer game allowing for faster level changes.
The results should be compared to the JSON-based version to verify that file size is smaller when using Protobuf.