The website / "start here" for the project. This project has been abandoned and merged into the open source Raccoons Rise Up game.
The purpose of this project is to make multiplayer in Unity a piece of cake (mostly targeting dedicated MMORPG servers). The project consists of a launcher, a web server, a game server and a client. The idea is the user loads up the launcher, updates the client, launches the client, logs in to an account through the web server and then connects to the game server.
Please refer to Raccoons Rise Up, this C# Godot game uses a lot of concepts from The MMORPG Project and more.
The launcher fetches the latest client releases from web server and then launches that release. The web server handles user authentication. The game server handles all game related networking events.
https://github.com/The-MMORPG-Project/Launcher
https://github.com/The-MMORPG-Project/Client