Javascript and PUN

Is it possible to view the same rooms from javascript client as a pun client? I've set the appId and gameVersion the same in the unity client as well as the javascript client and cannot see games creates from either side.

Comments

  • The GameVersion gets extended by PUN with the version of PUN. This makes sure we can change messages in PUN without issues when you mix PUN client-versions.
    You will have to extend the GameVersion in JS with "_"+versionPUN.