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.

preguntada hace 2 años208 visualizaciones
1 Respuesta
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.

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas