Skip to content

Commit 5e4e463

Browse files
authored
Added missing UFL design guideline (#7429)
1 parent f3e53ac commit 5e4e463

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/discord_social_sdk/design_guidelines/unified_friends_list.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ When referring to a player's Discord Identity, please use their **Discord Displa
6767

6868
![Discord display names](social-sdk/design-guidelines/UFL-07.png)
6969

70+
## Scaling to Multiple Platforms
71+
72+
If your game uses more than one platform's friend graph, combine them into "Online Elsewhere."
73+
74+
Prioritize player needs by elevating available players to the top of the friends list, regardless of platform.
75+
76+
Avoid friend-lists organized by company. This hierarchy dilutes the value-prop of putting online players first, in favor of platform delineation.
77+
78+
![Scaling to Multiple Platforms](social-sdk/design-guidelines/UFL-08.png)
79+
7080
---
7181

7282
## Resources

0 commit comments

Comments
 (0)