기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Multiplayer Services SDK

All Services

Multiplayer Services SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Multiplayer
​
​
Multiplayer Services SDK
  • Overview
  • Get started
  • Use multiplayer sessions
  • Manage sessions
  • Connect players through a relay
  • Networking
  • Matchmaking
    • Get started with matchmaking
      • Matchmaking ticket flow
      • Authentication
      • Matchmaking rate limits
      • Queues and pools
      • Matchmaker hosting providers
    • Manage and configure matchmaking
    • Matchmaker troubleshooting
    • Integrations with other UGS services
    • Deploy Matchmaker configurations
  • Monitor and debug sessions
  • Tutorials
  • Reference
  1. Multiplayer Services SDK

Matchmaker hosting providers

Integrate your preferred game server hosting provider using Cloud Code modules.
읽는 시간 2분
최근 업데이트: 15일 전

Matchmaker uses queues and pools to customize matchmaking in your game. When creating or editing pools, you can specify the following Match Hosting types:
  • Client: Select this option for peer-to-peer, client-hosting matches.
  • Cloud Code: Matchmaker uses Cloud Code modules to allocate game servers and coordinate matchmaking results.

Hosting with Cloud Code modules

You can integrate Matchmaker with most game server hosting providers using Cloud Code modules to allocate game servers and coordinate matchmaking results.
Configure game hosting in Matchmaker with Cloud Code modules in the .mmq Matchmaker queue file.
In the Unity Dashboard, or the .mmq file's Inspector window, set the following mandatory fields:
  • Module Name
  • Allocate Function Name
  • Poll Function Name
If editing the .mmq Matchmaker queue file directly, these fields are
moduleName
,
allocateFunctionName
,
pollFunctionName
, respectively.
While most third-party hosting providers are compatible, Unity provides example Cloud Code modules to integrate the following alternative hosting providers:
  • PlayFab
  • Gamelift
  • Agones
  • Rocket Science Multiplay
참고
The previous list isn't exhaustive. The approach mentioned here supports most hosting providers. If your provider isn't on this list, use the previous examples as a starting point to get started with your preferred hosting provider.
These modules demonstrate how to allocate game servers using the respective hosting provider's API, and how to integrate with Unity Matchmaker to pass the necessary matchmaking results to the allocated server. For more detailed instructions about how to deploy and use these modules in your project, refer to the README.md file of the example repository.
To set up one of the previous modules:
  1. Read the README.md file of the example repository.
  2. Clone the GitHub repository.
  3. Install and set up the UGS CLI for your project.
  4. Follow the instructions of the relevant
    CONFIGURATION.md
    file.
  5. Run
    ugs deploy modules/<provider_name>
    .

Additional resources

  • Unity Cloud Code documentation

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Hosting with Cloud Code modules

    • Additional resources


이 페이지의 문제 보고