How to re-join by OpJoinRoom (string roomName, int actorNumber), In game play?

Options
How to re-join by OpJoinRoom (string roomName, int actorNumber), In game play?

Answers

  • vadim
    Options
    Rejoin is not supported by PUN. That's why PhotonNetwork.JoinRoom does not have actorNumber parameter. Rejoin is possible only with Photon Unity SDK (where OpJoinRoom method is available).
  • kaalirajan
    Options
    I using Photon Unity Sdk with OpjoinRoom(roomname, actorNumber). Rejoin also succeed, And I can sent data but can't receive why?
  • vadim
    Options

    I using Photon Unity Sdk

    Wrong forum then :)
    It's not clear what are you doing exactly. Does it work before rejoin? How do you check that data is not received?