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.

gefragt vor 2 Jahren208 Aufrufe
1 Antwort
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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen