Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 367 Bytes

File metadata and controls

14 lines (11 loc) · 367 Bytes

Multiplayer_Algorithms

This is a demo Unity project initially based on this article that implements:

  • A fake network with configurable lag
  • Client prediction
  • Server reconciliation
  • Entity Interpolation

Future:

  • Lag compensation
  • Package drop
  • Clock sync?