This project creates a single UNET server to connect multiple players. Server is using MySQL.
You need only install MySQL, all other work you can easily doing on the server.
Server:
- Check the login and password.
- Verification of the use account (when you turn off "TestMode").
- Sending character data on the client.
- Tracking the movement of the character, as well as data validation.
Client:
- Registration
- Character created
- The character selection screen and displays the character's statistics
- The movement of the character according to the server
- Chat