Own expanded cloud photon

Options
As I understand it, Loadbalance is a sample of the cloud.
can i make my cloud with extensions
suppose, if the player joins, then I can check its authenticity, and the cloud gave permission for him to play.
Sorry for my English.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Vitaxa,

    Thank you for choosing Photon!

    If I'm not mistaken you need more than just Custom Authentication. You need some authoritative server code, right?

    Then yes, you can add custom server logic to Photon.
    You can choose between self-hosting Photon Server(s) yourself and:

    - extending LoadBalancing server application
    - adding a Game Server plugin (in room logic)

    Or go for Enterprise Cloud with custom Game Server plugins as well.

    We recommend the use of plugins.