PUN with mobile Devices

Options
Using Unity 5.3.4f1 and PUN Free, we can't connect using mobile devices. Only with PC we can. Is this normal, do we need to get the Pun+ version to make it work?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited August 2016
    Options
    Hi @David_StCyr,

    No you should be able to connect with mobile device using PUN free on Unity 5+.
    Please make sure the device(s) you use to test are connected to the internet.
    What's the PUN version you use? And please provide some logs from any device where the issue occurs.
  • David_StCyr
    Options
    Thanks for the answer!
    I'm using Pun free 1.73

    On the PC I get : Best region found in PlayerPrefs. Connecting to: cae
    On the Android device: Found best region: us ping: 29. Calling ConnectToRegionMaster() is: True

    I think both player are connected but on different servers?

    So, since I do the matchmaking with our servers, I cannot match two player using different master server?
  • David_StCyr
    Options
    If I force the region to Us, everything is fine, thanks.
    I'll modify my matchmaker to consider the best region.