Skip to main content

Play Test - Manage Friends - (Unity module)

Last updated on June 12, 2024

Block player

  1. Play the game in the Unity Editor.

  2. 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:

    Test to block a friend Unity Byte Wars manage friends

    Success to block a player
    Successfully block a user with an ID {UserID}

Viewing blocked players list

  1. Play the game in the Unity Editor.

  2. Log in and navigate to Social > Friends > Blocked Players. If successful, your project will look like the image below:

    Test to Get blocked player list Unity Byte Wars manage friends

Unblock player

  1. Play the game in the Unity Editor.

  2. 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:

    Test to Unblock a player Unity Byte Wars manage friends

    Success to unfriend.

Unfriend player

  1. Play the game in the Unity Editor.

  2. 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:

    Test to unfriend a friend Unity Byte Wars manage friends

    Success to unfriend
    Successfully unfriend a friend with an ID {UserID}