Page cover image

Friend Group

Represents a group of friends such as online, offline, etc.

Like what your seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

This is used by the FriendGroups component when instantiating groups in the list. The FriendGroup is responsible for instantiating each user record within it and maintaining that information.

Inspector Fields

Label

A Text element which will be the name of the group

Counter

A Text element which will display the number of members in this group

Toggle

A Toggle element used to expand or collapse this group

Record Template

A GameObject that will be instantiated for each member in this group and parented to the "Content" reference. This must implement a component which implements the IUserProfile interface.

Last updated