How to setup photon server cloud ?

Options
rameshd33
edited January 2012 in Photon Server
Hi,

1. we setup photon server using following binaries ( "ExitGames-Photon-Server-SDK_v2-6-11-1647.zip").

2. And with registered license (100 user limited access).

3. now we planned to run from photon server cloud, so what are the steps that i have to follow ?

4. It will be helpful, if you provide detailed instruction.

thanks & regards,
Ramesh

Comments

  • dreamora
    Options
    1. Photon Cloud is Photon 3 only, so if your game relies on Photon 2 it will not work in the cloud in any form
    2. Photon Cloud is a different API than the normal one on the client (its the LoadBalance one in the photon 3 server install), only supported on specific platforms, especially Unity at the time.
    3. You can not write any server logic in the photon cloud, thats where the client vs master client seperation comes in that exists on the loadbalancing driven api

    To run your game on the cloud: Register for a cloud account, open up the configuration of PUN (photon unity network) in Unity and insert the ID you get when registering for the cloud account and you are done