Unity Dashboard
Manage Remote Config keys through the Unity Dashboard web interface.
Read time 1 minuteLast updated 18 hours ago
Unity 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:- Click the Set up Remote Config button.
- Click Check Environments to verify your environments set up for your project.
- Click Install Package
- Click Create your first key
- Enter a name and the value type it represents.
- Select the value.
- 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 Dashboard. To access it:- In the Unity Dashboard, select Products > Remote Config.
- Select Config.
- Select an environment from the list of environments.
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 Dashboard:- Navigate to the Configuration page.
- Select the bin icon. The state change column will mark this key as Remove.
- To finalize your changes and remove this key from game clients, make sure to Publish your keys.