Skip to content

A beginner's guide on how to host a server build with Unity's Multiplay and match players using Matchmaker.

Notifications You must be signed in to change notification settings

BatteryAcid/unity-multiplay-matchmaker-demo-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Multiplay & Matchmaker Demo

A beginner's guide on how to host a server build with Unity's Multiplay and match players using Matchmaker.

Tutorial Video

👋 Let's talk shop 👇

[Discord] https://discord.gg/psjbBDvNBK
[Twitter] https://twitter.com/BatteryAcidDev
[Buy me a Coffee] https://www.buymeacoffee.com/BatteryAcidDev

❗️❗️ Required Configuration ❗️❗️
You must update this line to point to your queue name, or you can just use the name I used. [Queue name]

public const string QueueName = "bad-queue-1";

Resources

[Multiplay docs] https://docs.unity.com/game-server-hosting/en/manual/welcome-to-multiplay
[Multiplay SDK docs] https://docs.unity.com/game-server-hosting/en/manual/sdk/game-server-sdk-for-unity#Configure_the_game_server
[Matchmaker docs] https://docs.unity.com/matchmaker/en/manual/matchmaker-overview
[Configure Matchmaker] https://docs.unity.com/matchmaker/en/manual/configure-the-matchmaker
[Multiplay troubleshooting] https://docs.unity.com/game-server-hosting/en/manual/guides/troubleshooting
[Matchmaker troubleshooting] https://docs.unity.com/matchmaker/en/manual/troubleshooting
[Netcode] https://docs-multiplayer.unity3d.com/netcode/current/installation
[Netcode Fact or fiction] Start multiplayer integration early: https://blog.unity.com/games/netcode-facts-fiction

#gametech #gamedev #unity #multiplay #netcode #matchmaker #multiplayer

About

A beginner's guide on how to host a server build with Unity's Multiplay and match players using Matchmaker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published