1 Answer
- Newest
- Most votes
- Most comments
0
Hi Kena,
- Yes, the empty argument InitSDK is used for a ManagedEC2 fleet with Amazon GameLift. The ServerParameters are only required when using an Anywhere fleet which allows you to register any hardware you wish with GameLift for placing your game sessions (including your computer for local testing). Here's more info if you're curious: Test your integration using Amazon GameLift Anywhere fleets.
- The IP address and Port are provided by the game session when created/described; however, we recommend you create a backend service that can call Create/Describe/Search GameSession APIs instead of calling those APIs directly from your client code. Here's some more info on game sessions and client backends: Add Amazon GameLift to your game client.
- Yes, if you attach an Amazon GameLift GameSessionQueue to your MatchmakingConfiguration, GameLift will attempt to create game sessions for you once the matches have been made. Here's some info on using matchmaking with queues: Create a matchmaker for Amazon GameLift hosting.
Additionally, we have a Amazon GameLift Plugin for Unity which provides a sample game server/client, steps for running local tests with GameLift Anywhere, and a sample backend infrastructure for inspiration: https://github.com/aws/amazon-gamelift-plugin-unity
answered 9 months ago
Relevant content
- Accepted Answerasked 7 months ago
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 days ago