question

Ayrton Olvera avatar image
Ayrton Olvera asked

Matchmaking with one player?

For testing purposes of the dedicated server I upload to playfab, I would like to connect with only one player, is there any way possible to do this?

testMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

If you want to connect only one player to a server, you needn’t use the matchmaking feature. You can call the Entity API RequestMultiplayerServer to request a server session from the standby server pool directly. The player can connect to the server session based on the IP address and the Port number that returned by this API.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.