unity 18.2 not supporting photon rpc

i have updated to unity 18 and photon callbacks are not working

Comments

  • Hi @chandru,

    which PUN version do you use? If it is 1.90 or earlier, please update to the latest version. There was a fix in version 1.91 related to removed [RPC] attribute in Unity 2018.2.

    From the changelog: Removed: [RPC] attribute support no longer available, Unity 2018.2 removed this attribute entirely.
  • i have upgraded photon 1.91 too and facing same issue
  • hi @Christian_Simon mod
    i have upgraded photon 1.91 too and facing same issue
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @chandru,

    Thank you for choosing Photon!

    Make sure you have updated properly to the correct/right version.

    Use
    print(PhotonNetwork.versionPUN); // call from any MonoBehaviour
    And
    Read topmost line from "Assets/Photon Unity Networking/changelog.txt"
  • Are there any errors logged to the console?

    In doubt try removing PUN entirely from the project and re-import it afterwards from the Asset Store again.