Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Configuration deleted on push with float between 0 and 1

Discussion in 'Unity Remote Config' started by Wikiti, May 10, 2020.

  1. Wikiti

    Wikiti

    Joined:
    Nov 16, 2013
    Posts:
    2
    Hello,

    I'm using Remote Config 1.0.9 and Unity 2019.3.13f1.

    Everytime I push a float configuration with a value between 0 and 1, the following error is raised:

    Failed to push remote config: HTTP/1.1 400 Bad Request
    UnityEngine.Debug:LogWarning(Object)​

    After that, the configuration is deleted on the Remote Config dashboard, and any following push will throw the next warning:

    Failed to push remote config: HTTP/1.1 404 Not Found. Error message:
    {"code":404,"message":"Config not found."}​

    Is this expected or a known bug?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You are using a rather old version of RC, please use a more recent version of RC, it's working for me using small float values with the latest release
     

    Attached Files:

  3. Wikiti

    Wikiti

    Joined:
    Nov 16, 2013
    Posts:
    2
    Hi @je
    Hi,

    I've updated to the lastest version, and now is working perfectly. The version that was initially installed was "2019.3 verified", and that made me think it was the lastest stable version.
     
    JeffDUnity3D likes this.