Connecting to rooms with players connected to different region server

How can I connect players in the same room connected to different region server. Since during the starting phase, there would not be much online users, so we would like to minimise the filter option for connecting to a room

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    You cannot connect players from different regions.
  • So which have solutions for problems different region server.If we don't have much user.So when player use PhotonNetwork.ConnectUsingSettings().I want check if my region don't inside list region which other player joined then I will reconnect Region to region inside in list regions.
  • Just do not give users the options to choose their region, but set it via code to automatically connect to 'EU' or any other region. This way they will connect the predefined region (the one you put in code)
  • So I can fix region is "EU" or other region in code but it will shoudn't best region with that player.I want they auto connect to best region but if that region don't have anyone joined they will should to other reigon.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @Amobear,

    Let's continue that discussion here.