文档

​
​

Development

User Acquisition

Monetization

工业

Remote Config

Remote Config

LiveOps
​
​
Remote Config
  • 概述
  • 开始使用
概念
  • Unity 中的 Remote Config
教程
  • 配置有状态受众
参考
  • Unity SDK
  • Admin REST API
  • 客户端 REST API
  • Remote Config SDK API 参考
  • Google Play 数据安全部分
  • Apple 隐私调查
  1. Remote Config 简介
  2. Write configuration

Unity Dashboard

Manage Remote Config keys through the Unity Dashboard web interface.
阅读时间2 分钟
最后更新于 8 个月前

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.

First Time Set Up

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 Unity Dashboard. To access it:
  1. In the Unity 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 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.
  1. To finalize your changes and remove this key from game clients, make sure to Publish your keys.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • First Time Set Up

    • Preview keys

    • Create a key

    • Publishing your keys

    • Delete a key


报告此页面的问题