Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Game Overrides

Discussion in 'Unity Remote Config' started by AshPB, Jul 15, 2022.

  1. AshPB

    AshPB

    Joined:
    Jul 4, 2022
    Posts:
    1
    I've set up Game Overrides and I've set it to all audiences.
    The remote config picks up the data from Unity Gaming Services, but it doesn't retrieve the value from the Game Overrides campaign, even though it's set to run indefinitely
    My code sets the values like so
    Code (CSharp):
    1. enemyHealth = RemoteConfigService.Instance.appConfig.GetInt ("enemyHealth");
     
  2. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please show your override configuration. What value are you expecting vs the value that you are receiving?