メインコンテンツまでスキップ

Play test - Introduction to party - (Unity module)

Last updated on March 24, 2025

Test party features with two game clients

You will test the features using both a device ID login and a Steam login. Make sure you have Steam open and you're logged in to it with the account associated with the game that contains the app ID used for the SDK configuration. For more information about Steam logins, please refer back to Module: Login with Steam. Before you can test your party features, you need two game clients open to test with. So you plase to package your game into an executable first.

Send party invitations

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

If successful, the invited client will receive a notification of a party invitation. Notice that if the party is not yet created, a new party will be created before sending the invitation.

Test to send a party invitation Unity Byte Wars introduction to party

Success to create party. Party id: <Party ID>
Success to send a party invitation. Invitee user ID: <Invitee User ID>

Reject party invitation

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

  3. In the client that was invited, click the Reject button on the party invitation notification.

If successful, it will look like the following:

Test to send and reject party invitation Unity Byte Wars introduction to party

Log output:

Success to send a party invitation. Invitee user ID: <Invitee User ID>
Receives party invitation from <Sender ID>
Success to reject a party invitation.

Accept party invitation

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

  3. In the client that was invited, click the Accept button on the party invitation notification.

If successful, it will look like the following:

Test to send and accept party invitation Unity Byte Wars introduction to party

Log output:

Success to send a party invitation. Invitee user ID: <Invitee User ID>
Receives party invitation from <Sender ID>
Success to join party. Party id: <Party ID>

Kick a party member

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

  3. In the client that was invited, click the Accept button on the party invitation notification.

  4. From the client that sent the invite, kick the other client that's in the party.

If successful, it will look like the following:

Test to kick party member Unity Byte Wars introduction to party

Log output:

Success to kick player from party. Target user: <Target User ID>

Promote party member to leader

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

  3. In the client that was invited, click the Accept button on the party invitation notification.

  4. From the client that sent the invite, promote the other client that's in the party.

If successful, it will look like the following:

Test to promote a new party leader Unity Byte Wars introduction to party

Log Output:

Success to promote a new party leader. New leader user id: <Leader User ID>

Leave party

  1. Ensure you have two game clients open and you are logged in to both of them.

  2. Send a party invitation from one game client to the other.

  3. In the client that was invited, click the Accept button on the party invitation notification.

  4. From the game client that was invited, leave the party.

If successful, it will look like the following:

Test to leave party Unity Byte Wars introduction to party

Log output:

Success to leave party. Party id: <Party ID>