Photon current region connection

Options
Is there anyway to determine the current region the client is connected to? If I'm using PhotonNetwork.ConnectToBestCloudServer(), how can I be sure which region was selected?


Thanks!

Comments

  • feneq
    Options
    bump...
  • jeanfabre
    Options
    Hi,

    you need to use PhotonNetwork.networkingPeer.CloudRegion when you just got connected or after.

    Bye,

    Jean