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

Update Remote Config Environment Names

Discussion in 'Unity Remote Config' started by tagh, Jul 20, 2021.

  1. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    Are you still having this issue?
     
  2. hippogames

    hippogames

    Joined:
    Feb 5, 2015
    Posts:
    228
    I was able to sign-in today. Seems it's fixed now and correct values are displayed.
    upload_2021-11-12_21-16-0.png
     
    JeffDUnity3D likes this.
  3. MilenaRocha

    MilenaRocha

    Joined:
    Jun 30, 2018
    Posts:
    12
    Hello,
    I'm getting the following error on this line of code:
    Code (CSharp):
    1. Unity.RemoteConfig.SetEnvironmentID("test");
    "SetEnvironmentID" does not exist in the "Unity.RemoteConfig" namespace. csharp(CS0234)​

    Is this related to the verison of the package I'm currently using (1.0.9)?
    The "SetCustomUserID" method is available in the namespace.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    Correct, please upgrade to RC 3.0.0-pre.9
     
  5. MilenaRocha

    MilenaRocha

    Joined:
    Jun 30, 2018
    Posts:
    12
    Updated. It works now.
    Thank you.

    Downloaded the default Remote Config package (an old one) and it was showing as "up to date" on the Package Manager when there was a ton of newer versions. A glitch, I suppose.
    Solved it by clicking on the dropdown and updating it to a more recent version.