All Projects → manlaig → basic_multiplayer_unity

manlaig / basic_multiplayer_unity

Licence: MIT license
UDP Client-Server implementation in Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to basic multiplayer unity

colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (-40.91%)
Mutual labels:  multiplayer, game-server, game-networking
haskell-tic-tac-toe
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Stars: ✭ 51 (+15.91%)
Mutual labels:  multiplayer, game-server
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-45.45%)
Mutual labels:  multiplayer, game-server
Agones
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
Stars: ✭ 4,252 (+9563.64%)
Mutual labels:  multiplayer, game-server
Colyseus
⚔ Multiplayer Framework for Node.js
Stars: ✭ 3,817 (+8575%)
Mutual labels:  multiplayer, game-server
magx
Multiplayer game server framework
Stars: ✭ 34 (-22.73%)
Mutual labels:  multiplayer, game-server
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+9463.64%)
Mutual labels:  multiplayer, game-networking
Lance
Multiplayer game server based on Node.JS
Stars: ✭ 1,161 (+2538.64%)
Mutual labels:  multiplayer, game-server
Gophergameserver
🏆 Feature packed, easy-to-use game server API for Go back-ends and Javascript clients. Tutorials and examples included!
Stars: ✭ 61 (+38.64%)
Mutual labels:  multiplayer, game-server
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+1388.64%)
Mutual labels:  multiplayer, game-server
Nakama
Distributed server for social and realtime games and apps.
Stars: ✭ 5,293 (+11929.55%)
Mutual labels:  multiplayer, game-server
Rhubarb
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
Stars: ✭ 167 (+279.55%)
Mutual labels:  multiplayer, game-server
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+213.64%)
Mutual labels:  multiplayer, game-server
Segs
💪 SEGS - Super Entity Game Server
Stars: ✭ 190 (+331.82%)
Mutual labels:  multiplayer, game-server
ARMultiuser
this demo use arkit 2.0, realize multiplayer play together! The project refers to the official demo!
Stars: ✭ 30 (-31.82%)
Mutual labels:  multiplayer
unity-sampleproject
A sample game called Pirate Panic for Unity engine built with Nakama server.
Stars: ✭ 115 (+161.36%)
Mutual labels:  game-server
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-54.55%)
Mutual labels:  multiplayer
TanksNetworkingInAzure
Tanks Networking demo project from Unity Store that can be deployed in Azure Cloud and scaled using Kubernetes
Stars: ✭ 20 (-54.55%)
Mutual labels:  game-server
aws-csgo
Infrastructure code for AWS-based Counter Strike: Global Offensive server
Stars: ✭ 30 (-31.82%)
Mutual labels:  game-server
UnityR
Unity3D, SignalR real-time multiplayer game
Stars: ✭ 49 (+11.36%)
Mutual labels:  multiplayer

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

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].