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 #
Topic | Description |
---|---|
Game Instance Components | Allows users to track in-progress game instances, receive events from the game server, and execute end of game processing. |
Game Instance Tasks | Game Instance tasks. |
Game Instance SDK and Events | SDK calls and events for the Game Instance service. |