docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)