Help with authoritative server.

Options
CTucker1327
edited August 2013 in Photon Server
So, I'm using Unity3D and I'm attempting to create a login server for my game. Just a very basic Username/Password system, I've looked at the "Concept" for it, that gives you the basic ideas, but it doesn't tell you much more than how to connect to the database, I'll be hosting sql databases using Phpmyadmin on localhost, I'm just trying to figure out if there is a tutorial or something to help me with this, because It's going to be my first login program.

Comments

  • chvetsov
    Options
    Hi, CTucker1327.
    You could take a look at SwitchBoardCluster\GameCluster\Login. This is cluster solution on top of Photon. But i belive you will be able to understand what is going on there.

    And as usual, it is much easer to help you if you have concrete questions.