Social.localUser.LoadFriends((success) => { Debug.Log("Friends loaded OK: " + ok)); foreach(IUserProfile p in Social.localUser.friends) { Debug.Log(p.userName + " is a friend"); }However, this call will fail if the current player has not yet granted permission to the game to ...