Awesome
Basic Multiplayer in Unity
This is an attempt to implement the concepts in Gabriel Gambetta's Fast-Paced Multiplayer series.
<img src="https://i.imgflip.com/2q21t0.gif" title="Multiple clients connected through a server"/>Features
-
Authorative server and dumb clients
-
Client-Side Prediction
-
Server Reconciliation
-
Entity Interpolation
Demo
Connecting 2 clients through a server to play Pong
<img src="https://i.imgflip.com/2qxw9x.gif" title="Pong"/>