Skip to content
Polo Moine edited this page Apr 24, 2020 · 5 revisions

Welcome to the NetworkingMMNode wiki!

Overview

This package provides a matchmaking server to use in your games. It has been designed to work with UnityNetworking but you can use it as you want.

How does it work?

When you run this project, it will create two TCP servers:

  • The first one is for your players, they will connect to it and then will be able to create or join rooms
  • The second one is for your game server(s), it will connect to it and then whenever a new room is created or a new player is added to a room, the game server will be contacted

Summary

  I. Quick start

 II. Presentation

         A. Architecture

         B. Player

         C. Gameserver

III. Customize

         A. The Player

         B. The Match

         C. The Gameserver


Enjoy!

Clone this wiki locally