Skip to content

Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation

License

Notifications You must be signed in to change notification settings

amit115532/unity-fastpacedmultiplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Fast Paced Multiplayer

A Unity project to build the base functionality for a Authoritative Server, with Lag Compensation, Client side Prediction/Server side Reconciliation and Entity Interpolation

Based on the references:

I'm currently working on a multiplayer project, and I use this repository for testing, but later on, I hope to create a strong foundation with this to use as a substitute to the Network Transform component on server-authoritative games.

What's this about?

This is a work in progress framework to help developing server authoritative games on Unity. It is recommended for fast paced multiplayer games such as shooters or racing games. This does not provide any type of server or database solution, as it only acts on the sync methods of the entities. Head over to the wiki for further knowledge and usage guides.

How to test

  1. On the top menu, click Tools>Quick Build
  2. Choose a folder to deploy your test build
  3. Click Tools>Run Server to run the authoritative server
  4. Click Tools>Run Client to run a simulated client (You can press F1 to toggle movement simulation)
  5. Run the game on the editor then select Client on the Network HUD
  6. Move around and watch the sync between the different game windows

About

Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%