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?
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:
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
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?