Game Instance Service #

Game Instance Service

The Game Instance service is responsible for tracking in-progress game instances, receiving events from the game server, and executing all end of game processing. In tandem with the Session service, the Game Instance service helps reconnect disconnected players to ongoing game instances.

After game player results are processed, the players are automatically returned to the party service to resume the game loop from there.

Contents #

TopicDescription
Game Instance ComponentsAllows users to track in-progress game instances, receive events from the game server, and execute end of game processing.
Game Instance TasksGame Instance tasks.
Game Instance SDK and EventsSDK calls and events for the Game Instance service.