概要 - 専用サーバーの参加可能なセッションを閲覧する - (Unity モジュール)
Last updated on October 23, 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 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": ["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.