Search Unity

Remote Config Window not Opening

Discussion in 'Unity Remote Config' started by npritchard, Jan 9, 2021.

  1. npritchard

    npritchard

    Joined:
    Oct 7, 2012
    Posts:
    10
    When trying to Window -> Remote Config, the Remote Config window opens but is never populated. The Console is spammed with repeated NullReferenceExceptions (see end quote).

    It seems RemoteConfigWindowController::m_DataStore is null as RemoteConfigUtilities.CheckAndCreateDataStore(); is failing.

    I am using Remote Config 2.0.1 under Unity 2020.2.1f1.

    I have cleared my Library/ folder and re-imported all assets and the package itself to no effect. I have followed the setup guides online. I turned "off" Services and turned it on again.

    I did have RemoteConfig working perfectly for this project a month or two ago, but hadn't used it for a while, and so must have changed something somewhere that broke this. Any help appreciated.

     
  2. npritchard

    npritchard

    Joined:
    Oct 7, 2012
    Posts:
    10
    Err, after a day of not working it seems to be working again... weird
     
    JeffDUnity3D likes this.
  3. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Ensure to make frequent project backups, just in case.