Regions: Russia, Russia, East

Hi guys! I have a problem with region settings.
According article https://doc.photonengine.com/en/pun/current/reference/regions there is 2 regions available in russia (tokens ru, rue).
But, for some reason, i cant see those regions in PhotonServerSettings, or in [enum CloudRegionCode]
Are those regions not supported anymore, or am i doing something wrong?
Thank you!

Comments

  • LeonidB
    LeonidB
    edited October 2017
    Adding "ru = 11"
    to

    public enum CloudRegionCode

    and adding "ru = 1 << 10" to

    "public enum CloudRegionFlag"
    in Enums class seems to have fixed the problem
  • JohnTube
    JohnTube ✭✭✭✭✭
    edited October 2017
    Hi @LeonidB,

    Thank you for choosing Photon!

    Update PUN to 1.87 to get "ru" region.
    "rue" will probably be added in next version.
  • Hi @LeonidB
    Are those regions not supported anymore

    It's the other way round. They are brand new and just got available a few days ago and so they are not supported in older PUN versions, yet.