Play Test - Manage Friends - (Unity module)
To test this feature, you will need to log in as a user that has at least one friend on the friend list. Repeat the steps you did for the playtests for the Search for Player and Add Friend modules as needed to ensure your test clients have friends on their list.
Block a player
Play the game in Unity Editor.
Log in as any user that has at least one friend and go to Social > Friends.
Click on any friend and block them. Your project will look like the image below with the following logs:
[ManagingFriendsWrapper_Starter.cs] [BlockPlayer] - Successfully blocked player with user Id: {userId}
Unblock a player
Play the game in Unity Editor.
Log in as any user that has at least one blocked player and go to Social > Friends > Blocked Players.
Click the corresponding Unblock button of a blocked player. Your project will look like the image below with the following logs:
[ManagingFriendsWrapper_Starter.cs] [UnblockPlayer] - Successfully unblocked player with user Id: {userId}
Unfriend a player
Play the game in Unity Editor.
Log in as any user that has at least one friend and go to Social > Friends.
Click on a friend and unfriend them. Your project will look like the image below with the following logs:
[ManagingFriendsWrapper_Starter.cs] [Unfriend] - Successfully unfriended player with user Id: {userId}