Plans for more regions (or sub regions)

At the moment it looks like you can only create a fleet at a continent level (US/Asia/Europe/etc).

Any plans to expand to more defined regions, like US East/West?

These are all the regions I got:

  • asia-northeast1
  • asia-northeast3
  • asia-south1
  • asia-southeast1
  • asia-southeast2
  • australia-southeast1
  • europe-central2
  • europe-north1
  • europe-west2
  • europe-west4
  • northamerica-northeast1
  • southamerica-east1
  • us-central1
  • us-east4
  • us-west2

Used code to get them:

async Task ListRegions()
{
    var regions = await RelayService.Instance.ListRegionsAsync();
    foreach (var region in regions)
    {
        Debug.Log(region.Id);
    }
}

you can find the locations for the different regions here: Relay locations and regions

1 Like

That’s the relay service, but good to see they have more regions in their backend.

Right now with game server hosting, when creating a fleet, you can only select global regions… for the US region that deploys into us-central1.

Sorry about that, somehow I misread the category for relay…

Hi,

We are considering offering more regional granularity. Let me come back to you once I can give you a more refined answer on this.

Regards,
alexis

Any news?