Switch to offline mode on disconnection possible?

Options
Is it possible to on disconnection continue a game, i.e. change to offline mode. On trying this unfortunately there seems to no longer be a Photon room resulting in "Cannot send RPCs in Lobby! RPC dropped." I would imagine that having a game continue after a network disconnection would be requirement for many developers. Is it supported?

Comments

  • vadim
    Options
    When disconnecting, client first of all leaves the room. So you need to create/join other room no matter are you offline or online.
    Continue game after disconnect does not make sense in PUN and hardly can be implemented.