Photon Cloud Auto connect question

Options
doomie22
edited September 2012 in Any Topic & Chat
Hi all,

I am quite new to the whole networking system and I have a question.

I would like to know if its possible to use the photon cloud server, have a username and password login screen on unity3d and then it enters you into the game (like 99% of the MMORPG style games out there) or am I looking at the Photon server side to achieve this?

Thank you for your time,

Doomie

Comments

  • dreamora
    Options
    You would require the client side and an own webservice.
    With the Photon Cloud you can not add server side logic which also means that you can not add user logins or data persistence on that end. Thats what the webservice would be for
  • Thank you for that.

    I have setup my server and everything seems to be ok apart from one thing.

    If I setup the photon bootcamp to my cloud server it works fine and I can join a game that my friend has done. If I then change the settings to point to my server instead, I get no errors but we just cannot see each others games, we can create our own and move around, but cannot see each others.

    Can anyone help with this, I have done what it said in the readme that came with it to sort it out.

    Thanks,

    Doomie
  • Tobias
    Options
    This is odd. You are not using 127.0.0.1 as server address, right?