Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFetches the friends list of the logged in user. The friends list on the Social.localUser instance is populated if this call succeeds.
Social.localUser.LoadFriends (success => { Debug.Log (success ? "Loaded " + Social.localUser.friends.Length + " friends" : "Loading friends failed"); });