Play Test - Manage Friends - (Unity module)
Block player
Play the game in the Unity Editor.
Log in and navigate to Social > Friends > [click one of the friend entry] > Block. If successful, your project will look like the image below with the following logs:
Success to block a player
Successfully block a user with an ID {UserID}
Viewing blocked players list
Play the game in the Unity Editor.
Log in and navigate to Social > Friends > Blocked Players. If successful, your project will look like the image below:
Unblock player
Play the game in the Unity Editor.
Log in and navigate to Social > Friends > Blocked Players. Click the Unblock button to the left of the list entry. If successful, your project will look like the image below with the following logs:
Success to unfriend.
Unfriend player
Play the game in the Unity Editor.
Log in and navigate to Social > Friends > [click one of the friend entry] > Unfriend. If successful, your project will look like the image below with the following logs:
Success to unfriend
Successfully unfriend a friend with an ID {UserID}