What version of Photon Unity Networking do i use?

What version of Photon Unity Networking do i use? Where to check that?

Comments

  • The version could be identified in the Editor: The Asset Store tab has a Downloads icon, which provides you with a list of your downloads and their version.

    We now included a constant for this (download available since today). It's in PhotonNetwork:
    public const string versionPUN = "1.7";