I have multiple configs such as events.csv, rewards.csv, etc…
I also have loaders for each of them.
Instead of having RemoteConfig class which woud load all RC values at once, i want to load each RC value independently in the corresponding loader
I’m doing so to eliminate any code dependencies, such as you must run fetchConfigs in RemoteConfig class before loading any other config files via loaders.
But if you say, there is no way to fetch single RC values, okay, it will still do, thanks.
Btw, i tried to create environment, but could not find any button “Create Environment” or something. Even from unity Editor it’s not working.
I read forum post from the link in dashbord, it seems like remote config environment creation was sometimes unavaliable, thogh not shure if it’s unavaliable now or i just doing something wrong.
Any ideas how to properly create environment?