Skip to main content
PlaytoliaSocial manages the friends list, the player search, and the friend request workflows. The SDK loads this data automatically after login.

Friends list

Searching for players

This method is a blocking network call. The correct place for it is a different thread, or a response to user input, not Update().

Friend requests

CAUTION: SendFriendRequest takes a PlayerId. RemoveFriend takes a FriendshipId. Developers frequently exchange these two values by mistake.

Listening to changes

Party System

Lobbies and matchmaking

SDK Reference

PlaytoliaSocial reference