Unity Dashboard

Unity Cloud Dashboard is a simple way to get started as it allows you to take full control of your keys through a graphical interface. This section covers how you can preview, create, edit, and delete your keys.

Set up Remote Config keys

If this is the first time you are creating Remote Config keys:

  1. Click the Set up Remote Config button.
  2. Click Check Environments to verify your environments set up for your project.
  3. Click Install Package
  4. Click Create your first key
    1. Enter a name and the value type it represents.
    2. Select the value.
  5. Click Implement Code to find a template C# script to access your new key from your runtime code. Click Finish to wrap up the set up.

Preview keys

You can access all your Remote Config keys for an environment from the Unity Cloud Dashboard. To access it:

  1. In the Unity Cloud Dashboard, within the LiveOps section, select Remote Config.
  2. Select Config.
  3. Select an environment from the list of environments.

A list of all Remote Config keys in the selected environment for the project appears. The table contains the name, type, value, tags, and overrides. You can sort the table by key name or use the pagination to see the full range of keys.

Create a key

You can create a key by clicking the Add Key button. A window will appear prompting you to include a name, type, value for this entry.

Publishing your keys

To make keys available to the game client, press the Publish button. A window will slide in from the side to show you the changes since the last time the remote config keys were published. Click Publish in the bottom right to confirm.

Delete a key

To delete keys from the Unity Cloud Dashboard:

  1. Navigate to the Configuration page.

  2. Select the bin icon. The state change column will mark this key as Remove.

    Deleting a key that is in use by a live game causes errors in the game client.

  3. To finalize your changes and remove this key from game clients, make sure to Publish your keys.