All Projects → joaoborks → Unity Fastpacedmultiplayer

joaoborks / Unity Fastpacedmultiplayer

Licence: mit
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

Projects that are alternatives of or similar to Unity Fastpacedmultiplayer

Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+1693.21%)
Mutual labels:  unity, unet, networking
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (+1.23%)
Mutual labels:  server, networking, client
Arenagame
A Unity First Person Shooter game made with Forge networking as an example project.
Stars: ✭ 190 (+17.28%)
Mutual labels:  unity, multiplayer, networking
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-26.54%)
Mutual labels:  unity, multiplayer, server
Com.unity.multiplayer.mlapi
A game networking framework built for the Unity Engine to abstract game networking concepts.
Stars: ✭ 781 (+382.1%)
Mutual labels:  unity, multiplayer, networking
Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (+82.72%)
Mutual labels:  unity, multiplayer, server
Colyseus Unity3d
⚔ Colyseus Multiplayer SDK for Unity
Stars: ✭ 251 (+54.94%)
Mutual labels:  unity, multiplayer, networking
Forgenetworkingremastered
In short, Forge Networking is a free and open source multiplayer game (multi-user) networking system that has a very good integration with the Unity game engine. You wanna make a multiplayer game or real time multi-user application? This is the library for you.
Stars: ✭ 1,338 (+725.93%)
Mutual labels:  unity, multiplayer, networking
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+304.32%)
Mutual labels:  unity, multiplayer, server
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+2497.53%)
Mutual labels:  unity, multiplayer, networking
Ubernet
Flexible networking library for Unity
Stars: ✭ 10 (-93.83%)
Mutual labels:  unity, multiplayer, networking
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-39.51%)
Mutual labels:  unity, multiplayer, networking
Openapi Core
OpenAPI core
Stars: ✭ 119 (-26.54%)
Mutual labels:  server, client
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-24.69%)
Mutual labels:  unity, server
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-21.6%)
Mutual labels:  server, client
Vertx Mqtt
Vert.x MQTT
Stars: ✭ 117 (-27.78%)
Mutual labels:  server, client
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-24.69%)
Mutual labels:  server, client
Nano
Lightweight, facility, high performance golang based game server framework
Stars: ✭ 1,888 (+1065.43%)
Mutual labels:  server, networking
Colyseus Examples
Colyseus Game Server examples for learning purposes
Stars: ✭ 109 (-32.72%)
Mutual labels:  multiplayer, networking
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (-19.14%)
Mutual labels:  unity, networking

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

WARNING: Unity has announced they are working on a new multiplayer framework and deprecating UNet on Unity 2018.4 (LTS). I should not work on this anymore since it will be deprecated. There are still alternatives to develop your multiplayer project, read here for official Unity support. Otherwise, I'd also recommend you to check out Bolt, a Multiplayer Framework by Photon. Thanks to all the supporters that helped me through the development of this repository!

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].