Documentation

Development

User Acquisition

Monetization

Industry

Economy

Unity SDK

Economy

LiveOps
​
​
Economy
  • Overview
  • Get started
  • Concepts
  • Tutorials
  • Reference
    • Economy SDK guide
      • Installation
      • Configuration
      • Common objects
      • Player balances
      • Player inventory
      • Purchases
      • Editor tools
      • Exceptions
      • Quick reference
      • Game Overrides
    • Parameters of operation
  • Privacy and consent
  1. Economy
  2. Economy SDK guide

Game Overrides

Use Game Overrides with the Economy SDK to show different configurations to different player audiences.
Read time 1 minute
Last updated 8 months ago

Game Overrides in Economy allow you to make changes to your Economy configuration for groups of players, schedule changes, and A/B test them, without releasing new versions of your game.
Note
See Game Overrides for more general information about this feature. See Create an Override for information on how to set up Game Overrides for Economy.
This documentation covers how to interact with Game Overrides using the Economy SDK.

Game Overrides in the Economy SDK

Game Overrides uses a configuration assignment hash to tell Economy which configuration to show a player, depending on which audience they fall into. The SDK predominately handles this for you: when you fetch your Economy configuration (for example, using
GetCurrenciesAsync()
), the Economy SDK automatically stores the most recent configuration assignment hash for that player.
On initialization, you must call one of the fetch configuration methods (for example,
GetCurrenciesAsync()
) before using the methods in the
PlayerBalances
,
PlayerInventory
, or
Purchases
namespaces to populate the configuration assignment hash in the SDK.
Future calls to Economy use this hash to get the correct Economy configuration for the player.
To fetch an updated configuration assignment hash, fetch your configuration again.

Accessing the configuration assignment hash

Please refer to Config Caching

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Game Overrides in the Economy SDK

      • Accessing the configuration assignment hash


Report a problem with this page
​
​