o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
82 stars 59 forks source link

Update MPS GameLift Gem to Automatically Find Region #434

Closed AMZN-Gene closed 1 year ago

AMZN-Gene commented 1 year ago

Before using the MPS GameLift gem it's required that developers edit their _Config/default_aws_resourcemappings.json to set the AWS region (Example: us-west-2). Otherwise, MPSGameLiftClientSystemComponent.cpp will fail during Activate() because no region was defined.

Describe the solution you'd like Update the MPS GameLift logic to automatically extract the region from the information passed into GameLift connection menu. The menu already accepts the fleet-id and game-session-id which contains the region.