Skip to main content

Play test - Quick match with dedicated servers - (Unity module)

Last updated on November 25, 2024

Test dedicated server matchmaking

  1. Play the game in the Unity Editor. a. For a cloud dedicated server, refer back to Dedicated servers with AccelByte Multiplayer Servers (AMS) as needed. b. For local dedicated servers, build your game client and dedicated server as executables. Then, add the command below as a launch parameter when you start your game client and dedicated server.

    • Running game client using a local dedicated server.

      ByteWars.exe -localserver <your_server_name>
    • Running a local dedicated server.

      ByteWars_Server.exe -localserver <your_server_name>
  2. Test the dedicated server matchmaking with these scenarios:

    • Start Matchmaking: Navigate to the Quick Play menu and start matchmaking with a dedicated server using the Elimination game mode. If it succeeds, your project will look like the following image:

      Quick play matchmaking with DS Unity Byte Wars with DS

    • Cancel Matchmaking: Navigate to the Quick Play menu and start matchmaking with a dedicated server using the Elimination game mode, then cancel the matchmaking. If it succeeds, your project will look like the following image:

      Canceling quick play matchmaking with DS in Unity Byte Wars