Get started

Set up Game Overrides

You can set up and manage Game Overrides in the Unity Cloud Dashboard:

  1. Go to cloud.unity.com.
  2. Select the Products tab from the sidebar.
  3. Under Engagement and Analytics, go to Game Overrides and select Launch.

When you launch Game Overrides for the first time, this adds Game Overrides to the Shortcuts section on the sidebar and opens the overview page.

Create an Override

Select Create Override. Add a name and select Next.

To enable testing with statistical significance tracking for this Override, refer to A/B testing.

Targeting

Targeting is only available for Game Overrides that don't use statistical significance tracking.

Select the targeting method to use to choose your audience: JEXL (stateless) or Audiences (stateful). To target all players, don't specify an audience.

JEXL (Java EXpression Language) conditions are evaluated against various factors in each request. This method uses contextual data attributes to define the audience for which you want to apply a Rule. You can use multiple criteria, for example:

unity.language == “EN” && unity.appVersion > 1.2

This example targets English-speaking users who are using an app version greater than 1.2. Remote Config requests are often implemented in the code when making a fetch at the start of a session, but you can implement them at any time. You can then use that information to segment statelessly. Refer to predefined conditions.

Audiences are grouped by criteria such as behavior (for example, in-game spending, days active) or location. Audiences can be analyzed and targeted with personalized content (Game Overrides) to boost interactions and promote in-app purchases. For example, you can target and send extra lives and boosts to players who have stopped playing at specific points in your game. Refer to Audiences for a list of predefined Audiences.

Choose from stateless or stateful players, or all players by selecting True.

You can control the percentage of players in this group who receive your changes; use this to progressively roll out a new feature. Audience Targeted is the percentage of your defined Audience/JEXL group that receive the Override. For example, if you have 1000 players in the All Spenders Audience and target 60% of them, 600 of those players receive the change and 400 don't.

Select Next.

Content

Game Overrides can control Remote Config keys, Cloud Content Delivery (CCD), and various Economy resources. These can be used to make changes to various components in your game directly from the Unity Cloud Dashboard.

Remote Config

Override the Remote Config keys you have configured in your game.

To make a change to your keys:

  1. On the Content page, select Choose content type.

  2. Select Config Overrides, and select Done.

  3. Set the Key Name to your Key.

  4. Select on the field you want to change and enter the new values in the dialog.

    1. For example, increase the value of your starting balance.

You can add multiple content types at once, as outlined in the Economy and CCD sections below. For example, you can enable a new game mode with Remote Config keys, increase the rewards for an Economy Virtual Purchase, and enable new assets with CCD at the same time.

You can add additional keys, and split configuration between multiple variants. In this example, the StartingBalance is 500, and the MaximumBalance is 20,000. You can also change the weighting of the groups.

Economy

Economy overrides allow you to make changes to your Economy configuration for groups of players, schedule changes, and compare them, without releasing new versions of your game.

Economy overrides provide a method of making changes to your live game, and give you the flexibility to choose who will see those changes.

Unity Analytics is a prerequisite to enable targeting and variant reporting for Economy.

You can override the following Economy resources:

Currency
  1. On the Content page, select Choose content type.

  2. Select Currency, then Done.

  3. Set the Currency name to your Currency.

  4. Select on the field you want to change and enter the new values in the dialog.

    1. For example, increase the initial and maximum balances as demonstrated below.
Inventory Item
  1. On the Content page, select Choose content type.
  2. Select Inventory Item, then Done.
  3. Set Inventory Item name to your Inventory Item.
  4. Select the Custom data field and enter your new value in the dialog.

Note: If you haven’t yet set up an Economy resource and published it, it won’t be available for selection in the content type dialog.

Virtual Purchase

To make a change to a Virtual Purchase:

  1. On the Content page, select Choose content type.

  2. Select Virtual Purchase, then Done.

  3. Set Virtual Purchase name to your Virtual Purchase.

  4. Select on the field you want to change and enter the new values in the dialog.

    1. For example, increase the value of your rewards from 5 to 10.
Real Money Purchase
  1. On the Content page, select Choose content type.

  2. Select Real Money Purchase, then Done.

  3. Set Real Money Purchase name to your Real Money Purchase.

  4. Select on the field you want to change and enter the new values in the dialog.

    1. For example, change the rewards received as demonstrated below.

Cloud Content Delivery

Use Cloud Content Delivery overrides to change the Badge Releases for your Buckets. Target assets at different player groups or schedule assets to be available for a time period.

To change your Badge Release for your Buckets:

  1. On the Content page, select Choose content type.

  2. Select Badge, then Done.

  3. Set Bucket Name to your Bucket.

  4. Select your Target Badge in the dialog.

    1. For example, setting your development Bucket to use your Halloween Badge.

Scheduling

Select Next and set your schedule. If the End Date is not set, the Override runs indefinitely.

Select Finish. Verify your changes and select Enable to make your changes live. Players will start receiving new content in real-time.

Reporting

If you’re using Unity Analytics, you can see the impact your changes have on your KPIs. On the Details page, select Reporting. You can select a KPI and the dates (today, last seven days, last 14 days, last 30 days, last quarter) to view your data.

The following metrics are available:

  • ARPDAU (Average Revenue Per Daily Active User)
  • Daily play time per DAU (Daily Active User)
  • Return rate

Notes:

  • You can set dates based on holidays, for example, a Halloween mini game for October 31st.
  • You can set priority for Overrides for multiple Game Overrides which impacts the same settings; the highest priority wins for that specific key.
  • Overrides themselves can be one variant, or multi variant with weighting. Variant assignment randomly assigns a player to a variant with a predefined chance per variant. An assigned player will always be assigned to the same variant as long as the Override remains enabled. This can be used to randomize the experience and to measure what effects the changed experiences have.
  • Reporting links to Analytics 2.0; it pulls Game Overrides metrics based on stateful Audience members that have gone through this Override (Data Explorer).
  • You can run Game Overrides in multiple environments.
  • Players can be impacted by multiple Overrides at once, but not multiple keys at once. If a player is eligible for multiple changes to a single key, the priority system is used to determine which key is applied. If an Override is turned off, it's no longer included when we determine which keys to apply. They aren't sticky, so switching off an Override will essentially release all those players.