Tagged Questions
8
votes
2answers
2k views
Interpolating positions in a multiplayer game
In order to save bandwidth in my multiplayer game, I do not update every object every server tick, instead each object has an updateRate which tells the game that this object is expected to be updated ...