Matchmaker assets
Creation
Right-click in the Project Window
then select Create > Services > Matchmaker Queue Config
or Create > Services > Matchmaker Environment Config
.
Matchmaker Environment Config
The Matchmaker environment configuration is a simple file that will help setup the environment-level settings: The default queue and whether Matchmaker is enabled.
{
"enabled": true,
"defaultQueueName": "default-queue"
}
Matchmaker Queue Config
It is strongly recommended to configure file associations in your IDE to work with Matchmaker files. This will make authoring the files significantly easier, by providing auto-complete functionality in your preferred IDE.
The schema can be found here.
A matchmaker queue file defines the a queue and its pools.
More information can be found in the Matchmaker general documentation and API documentation
This file controls