Search Unity

Bug Value must be no longer than 1024 characters limit

Discussion in 'Unity Remote Config' started by dohaiha930, Dec 11, 2019.

  1. dohaiha930

    dohaiha930

    Joined:
    Mar 27, 2018
    Posts:
    55
    Hi, when i try to push my string value it said:
    Code (CSharp):
    1. Value must be no longer than 1024 characters limit
    limit-2.PNG

    limit-1.PNG


    But i checked Remote Config Document, its limit is 10,000 characters:
    Code (CSharp):
    1. The value for this Setting, which must adhere to the following rules:
    2.  
    3. Int values are 32-bit integers (2147483648 to 2147483647).
    4. Float values are single-precision, 32-bit floating-point numbers.
    5. Strings are limited to 10000 characters.
    6. Booleans can only be true or false.
    7. Long values are 64-bit signed integers (-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807)

    Please check it out, thanks!
    P/s: I'm use :
    - Last version of Remote Config
    - Use Both Dashboard and Unity Editor
     
    Last edited: Dec 11, 2019
  2. Jumeuan

    Jumeuan

    Joined:
    Mar 14, 2017
    Posts:
    39
    +1, i have this issue too!
     
  3. rambod

    rambod

    Unity Technologies

    Joined:
    Mar 2, 2018
    Posts:
    58
    Thanks for catching this @dohaiha930. I'll flag this with the team and get back to you.
     
    vd_unity likes this.
  4. rambod

    rambod

    Unity Technologies

    Joined:
    Mar 2, 2018
    Posts:
    58
    @dohaiha930 @Jumeuan we just deployed a backend fix for this, so the max string limit should be at 10k! Let me know if you notice this issue again
     
    vd_unity and Jumeuan like this.
  5. Jumeuan

    Jumeuan

    Joined:
    Mar 14, 2017
    Posts:
    39
    Thanks! I will check it
     
    rambod and vd_unity like this.