Updating Game State at Photon cloud from my custom non photon backend

Options
HI All, I have just started with PUN2 and Photon cloud. I am doing a POC on a multiplayer turn based game. In my use case I have to store the game state at my custom back end (not photon cloud). But need to keep the game state updated at photon cloud end from my custom back end. Is there a way I could do that?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @agarwalr3,

    Thank you for choosing Photon!
    But need to keep the game state updated at photon cloud end from my custom back end.
    If you want to persist room state for ascyn game logic, you can do this using webhooks.

    It's not possible to alter room state externally unless you use a custom plugin for this.