EdgeMultiplay (Unity Multiplayer Solution)

Ahmed Schrute
Jan 7, 2021

We just released an OpenSource Multiplayer server and client, for Multiplayer experiences and we called it EdgeMultiplay.

The server is a NodeJS server that uses UDP and WebSockets and it works with an easy to build Unity C# Client.

Getting Started Tutorial

Check the server code

https://github.com/mobiledgex/edge-multiplay-node-server/

and the server documentation

https://mobiledgex.github.io/edge-multiplay-node-server

The Unity C# client code

The Unity C# Documentation

https://mobiledgex.github.io/edge-multiplay-unity-client

--

--