Login System

Hello, i have never made a Login System before but iam trying to make one. But i don’t understand the tutorials. Could someone give me a bit info about making one. And how, so i can start with it.

You could write some server code like this:

And then send an API request via Unity with the username/password to the server to validate whether the credentials check out ok. I had to install the SimpleJSON library with C# to get the JSON parsing working.