I’m developing a multiplayer game in unity. I need to implement some user/pass login to the game. There is a persistent world and players history should be recorded in a data base. How can I implement a user/pass login using HLAPI in unity?
If you have any experiance with PHP and mysqli, You can easily use that for your backend and have the sever send requests to this server.
This tutorial Basically follows this system. You can use the knowledge gained from this to do everything yourself afterwards.
Thanks! Do you have a link to the code? The video has not enough quality to read it on screen.