Search Unity

could not resolve host ns.exitgames.com

Discussion in 'Multiplayer' started by Tropik809, Mar 11, 2019.

  1. Tropik809

    Tropik809

    Joined:
    Nov 5, 2017
    Posts:
    2
    Hello.

    Stumbled upon such a problem with Photon. Everything works fine in the editor, but when I сompiled under the Universal Windows Platform, Photon connects to the server, but cannot enter the lobby.

    Everything should work under Mixed Reality.

    In the Developer mod, the error looks like this

    As I tried to solve the problem:
    1. Googled) Many)) I didn’t find anything adequate except this link. I tried to do as indicated there, it did not help ...
    2. Changed the account on which everything is spinning on the Photon
    3. Changed the WSA certificate
    4. Compiled as Unity C # Project and without this tick
    5. Compiled without the support of MR and with it.
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,072
    Did you set the capabilities for your build? You have to enable "Internet Client".
     
  3. Tropik809

    Tropik809

    Joined:
    Nov 5, 2017
    Posts:
    2
    Good day.
    The whole problem was that I wasn't turned on InternetClient, InternetClientServer and PrivateNetworkClientServer in PlayerSettings>Publishing settings
     
    tobiass likes this.