Documentation

Unity Gaming Services CLI


GitHub Repository

Unity Gaming Services CLI


Quickjoin

QuickJoin a lobby matching a filter.
Read time 1 minuteLast updated 21 hours ago

QuickJoin a lobby matching a filter. Authentication Required:
Yes
ugs lobby quickjoin <filter> <player-details> [options]

Arguments

<filter>
The JSON filter to use for querying. If this is a file path, the content of the file is used; otherwise, the raw string is used.
<player-details>
The JSON player details. If this is a file path, the content of the file is used; otherwise, the raw string is used.

Options

Option

Alias

Description

service-id--service-id(REQUIRED) The service ID.
project-id-p, --project-idThe Unity cloud project ID.
environment-name-e, --environment-nameThe services environment name.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.