Skip to main content

Overview - Playing with party - (Unity module)

Last updated on November 7, 2025

Introduction

Once you have a party of friends, you will want to play together. In this module, you will learn how to implement joining a Byte Wars match together with your party using AccelByte Gaming Services (AGS).

Prerequisites

In order to complete this module, you will need:

  • To have completed the following module:

  • The Byte Wars tutorialmodules branch checked out in your local Byte Wars Unity project repository.

  • To have force enabled this module. You can do this by adding the following code to the Assets/Resources/Modules/TutorialModuleConfig.json file:

    {
    "enableModulesOverride": true,
    "forceEnabledModules": ["PlayingWithParty"],
    }

Learning objectives

At the end of this tutorial, you will know how to implement:

  • Matchmaking with your party.
  • Create and join game sessions with your party.

Preview

At the end of this module, your Byte Wars will look like the images below:

  • After matchmaking with your party:

    Matchmaking with party demo Unity Byte Wars play with party

  • After create match with your party:

    Create match with party demo Unity Byte Wars play with party

  • After joining match with your party:

    Join match with party demo Unity Byte Wars play with party