I store localization data in remote config. For example: “Welcome”, “Добро пожаловать” and others. If there is an Internet connection, everything works fine, but when I turn off the Internet, I get “???” instead of the required text, in all languages except English. I note that everything is displayed correctly in the Editor on the remote config tab.
2 Likes
Can you share how you are debugging this issue, and where the ??? are showing up, perhaps share a screenshot? I want to confirm if it is a UI or a data issue.
I call var updateTextJson = ConfigManager.AppConfig.getJSON("Update_Texts");
And I get it in debugging with Ethernet
and without Ethernet
In Editor:
And In Web:
For the path “User\AppData\LocalLow.…” I have attached a file RemoteConfig.zip
7501814–924269–RemoteConfig.zip (899 Bytes)
Got it, we will check.