Overview - Display friend list - (Unity module)
Last updated on July 15, 2026
Introduction
In this module, you will learn how to retrieve and display a friend list on a simple user interface.
Prerequisites
In order to complete this module, you will need:
-
To have completed the Add friends
-
The Byte Wars
tutorialmodulesbranch 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.jsonfile:{
"enableModulesOverride": true,
"forceEnabledModules": ["FriendsEssentials"],
}
Learning objectives
At the end of this module, you will know how to implement retrieving and displaying friends lists.
Preview
At the end of this module, your project will look like the image below.