Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 698 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 698 Bytes

Basic Multiplayer in Unity

This is an attempt to implement the concepts in Gabriel Gambetta's Fast-Paced Multiplayer series.

Features

  • Authorative server and dumb clients

  • Client-Side Prediction

  • Server Reconciliation

  • Entity Interpolation

Demo

Connecting 2 clients through a server to play Pong