Connecting to the same server with two different applications

Options
Hello everyone,

I am currently trying to set up two different applications (One in AR and one on a Desktop PC) that can interact through the same PUN App.
I tried to provide the same App ID for both, connected with "ConnectUsingSettings()" and searched for PhotonViews in the second application. When I logged the Server IP, I got different ones and I assume this is the problem? But how can I force them to use the same Server Address? I tried to do it with "ConnectToMaster()", where I provided the IP of the application that started first, but then I got an authentication error.

Thank you very much for helping out.

Comments

  • Valle
    Options
    Ok, nevermind. Issue was, that I had the wrong PUN version in one of the applications. Now it is working fine.