-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Polo Moine edited this page Apr 24, 2020
·
5 revisions
Welcome to the NetworkingMMNode wiki!
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.
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
Enjoy!