Is there an updated version of the tutorial / README for the MatchPlaySample on Matchmaker setup?

I am referring to this sample codebase: GitHub - Unity-Technologies/com.unity.services.samples.matchplay: A Matchmaking with Multiplay Unity example project. Implements the Unity Matchmaking and Multiplay SDK to create an end to end matchmaking game experience.

I tried to follow the setup guide recently but find that there are a few settings not mentioned or not matched to what was shown in the README, in particular the Rules set up for the queue pools, e.g. Team count / Player count / Team Rules. The only relevant words are: Set up the basic team definitions, and skip the advanced rules for now.

I have looked through the linked documentation page Matchmaking Rules , but still can’t determine any obvious / suitable setting for this sample demo code

Hey, this sample has been made to be minimal, and work with a single team and any number of players. When setting up the Pool, you could use a min./max. teams of 1, min. players of 1 and max of 10, and enable backfill. This will let you test the sample and backfill from the server.

1 Like