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.
Topics
Tags
asked 5 months ago2 views
1 Answers
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 5 months ago
Relevant questions
How to calculate player ping/latency for matchmaking?
Accepted Answerasked 2 years agoMatchmaking for singleplayer match with bots
Accepted Answerasked 2 years agoHow to implement a party matchmaking
Accepted Answerasked 3 years agoMatchmaking issue
asked 3 years agoHow to create a matchmaking request with local (players)
asked 5 months agoGamelift Matchmaking ticket status flow
asked 3 years agoMatchmaking event of type MatchmakingSucceeded did not contain player session ids of new incoming players
Accepted Answerasked 2 years agoOnUpdateGameSession handler function is not invoked when a backfill request is cancelled due to duplicate player ids
asked 2 years agoHow does an expansions in a matchmaking rule work?
Accepted Answerasked 2 years agoFlexmatch, matching tickets with multiple players
asked 2 years ago