Friend Group
Represents a group of friends such as online, offline, etc.
Last updated
Represents a group of friends such as online, offline, etc.
Last updated
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!
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.
A Text element which will be the name of the group
A Text element which will display the number of members in this group
A Toggle element used to expand or collapse this group
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.