Skip to main content

Set up a common configuration

Most service commands require a project-id and an environment name. Here is how to set them up.

Configure a Project ID

  1. Find your project ID in the Unity Cloud Dashboard at Projects > Select a project > Project ID.
  2. Call ugs config set project-id <your-project-id> to set the Project ID to use to make service calls.

Configure an Environment Name

  1. Find your environment in the Unity Cloud Dashboard at Projects > Select a project > Environments > Select an environment > Name.
  2. Call ugs config set environment-name <your-environment-name> to set the Environment Name to use to make service calls.