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.

질문됨 2년 전208회 조회
1개 답변
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.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠