How to create a matchmaking request with local (players)

0

Hi everyone, I want to create some matchmaking request thar will include players from local network. Did somebody did that, or have some ideas how to do that.

asked 2 years ago202 views
1 Answer
0

Hi.

If you are using Unity: https://docs.unity3d.com/Manual/UNetLobby.html https://docs.unity3d.com/Manual/UNetDiscovery.html

As a starting point: One player should gather the info from all the local players and send one ticket to FlexMatch (start_matchmaking), then return the ticket response to the players with the connection info. https://docs.aws.amazon.com/gamelift/latest/apireference/API_StartMatchmaking.html

Another solution is to use FlexMatch by sending the tickets for the players with some custom attributes that should be matched/validated in the MM rules.

Cheers.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions