Skip to main content

Overview - Browse dedicated server joinable sessions - (Unity module)

Last updated on June 12, 2024

Introduction

AccelByte Gaming Services (AGS) Session allows players to create and browse match sessions. In this module, you will learn how players can browse for and join a match session.

Prerequisite

To complete this module, you need:

  • To have completed the following module:

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

  • To force enable this module by adding the following code to the Assets/Resources/Modules/TutorialModuleConfig.json file:

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

Learning objectives

At the end of this module, you will have learned how to implement browsing for and joining match sessions.

Preview

At the end of this module, your project will look like the image below.

Image shows browsing match session Unity Byte Wars browse dedicated server joinable sessions