Merging "_rsKeyList" in RemoteConfigDataStoreAsset.asset is a nightmare

Dear Unity Remote Config devs,
the _rsKeyList “JSON” that’s actually an escaped C-string of sorts inside a YAML is an absolute nightmare :hushed: to merge in PlasticSCM… … it would be great to see that situation improved soon. I’m confident you can find better ways to serialize this literal list of key/value pairs.

Best wishes :slight_smile:

Hi @MoonMoritz ,

Thanks for the feedback, we recently released a new feature to manage remote-config (and other Unity Gaming Services) as files within your project: Remote-Config Authoring tool from the Editor - Officially Released!

In the case of remote-config it allows you to organize them in multiple files in the logical way that suits you in a json format that is easier to merge. If you are interested, please try it out with the com.unity.services.deployment package. Don’t hesitate to share feedback!