Skip to main content

Set up session template - Create joinable sessions with peer-to-peer - (Unity module)

Last updated on October 24, 2024

Create a session template

A session template is a configuration template that defines your game session. In this tutorial, you will learn how to create a session template for the Elimination and Team Deathmatch game modes using the dedicated servers you configured in Dedicated servers with AMS.

  1. Log in to the AccelByte Gaming Services (AGS) Admin Portal and go to your game namespace dashboard.

  2. Go to Multiplayer > Matchmaking > Session Configurations. On the Session Template tab, click Add Session Template.

  3. Fill out the new window with the configurations below for the Elimination game mode.

    • Session Template Name: the unique name to identify your Session Template. Set it to unity-elimination-p2p.
    • Min Players: the minimum number of players required in the session. Set it to 1.
    • Max Players: the maximum number of players in the session. Set it to 4.
    • Joinability: the joinability of the session. Set it to Open.
    • Server: the session connection type. Set it to Peer to Peer (P2P).
  4. Click Next until you arrive at the Summary page where you can review your session template configuration. Then, click Create.

  5. Repeat these steps to create a new session template for Team Deathmatch by using the configuration below.

    • Session Template Name: set it to unity-teamdeathmatch-p2p.
    • Min Players: set it to 1.
    • Max Players: set it to 8.
    • Joinability: set it to Open.
    • Server: set it to Peer to Peer (P2P).