Search Unity

Question Question about multiple remote configs.

Discussion in 'Unity Remote Config' started by SteveJP87, May 3, 2023.

  1. SteveJP87

    SteveJP87

    Joined:
    Feb 5, 2013
    Posts:
    15
    I have a question on what a config is in the context of Unity Remote Config.

    Reading the documentation and the restful API, it seems that there is only 1 config available, "settings".
    The API for "Create Config" can only create a config of type "settings" and there can only be one of these for a given environment id.

    Is this correct?

    I was planning on having multiple configuration groups (mostly json values). While I can add them as key/values to the settings config, I fear two things. The first is the ease of readability in authoring tools as some are quite large and character limits for json values. I've tested the current settings config with a custom json type that is around 65,200 characters in length (minified) and sits around 63KB in size. I do notice that the online authoring tool will not enable the confirm button much past this 65,000-character limit - which seems to correspond to the string value limit?
     
  2. alex11paulescu

    alex11paulescu

    Joined:
    Sep 6, 2021
    Posts:
    21
    Did you find out? I'm in the same boat here