Version: 2019.4
Remote Settings network requests
Managing Remote Settings in the Unity Editor

Enabling Remote Settings

Note: Unity Remote Config is now available as a preview packageA preview* package is in development and not yet ready for production. A package in preview might be at any stage of development, from the initial stages to near completion.
See in Glossary. Remote Config is an improved offering that allows you to change the behavior and appearance of your game without requiring a new binary. You can remotely enable or disable features, change the specifics of your game to target specific audiences, or run special events by scheduling new content releases.*

To enable Remote Settings in a project:

  1. If you haven’t already, turn on Unity Analytics for the project.

  2. If needed, import the Remote Settings package from the Unity Asset Store.

  3. Open the Remote Settings window with Window > Unity AnalyticsA data platform that provides analytics for your Unity game. More info
    See in Glossary
    > Remote SettingsRemote settings are game variables that you can set remotely on your Analytics Dashboard. More info
    See in Glossary
    :

  4. Enter the Project Secret Key for your AnalyticsAbbreviation of Unity Analytics
    See in Glossary
    project and click Next. You can find your Project Secret Key under the Configure page on the Unity Analytics dashboard

  5. On the Remote Settings window, click the Refresh button. The window displays the key-value pairs for any settings you have already created.

If you haven’t created any Remote Settings yet, see Creating and changing Remote Settings to get started.

Note: Keep your Project Secret Key secret. Anyone possessing this value could access your Analytics data. The secret keys for your projects are stored in your Editor preferences file, not in project files. The Project Secret Key was formerly known as the Raw Data Export API Key. The key value is the same; use the Project Secret Key in any place where you previously used the Raw Data Export API Key.


  • 2017–06–30 Page published

  • 2017–05–30 - Service compatible with Unity 5.5 onwards at this date but version compatibility may be subject to change.

  • New feature in 2017.1

Remote Settings network requests
Managing Remote Settings in the Unity Editor