Remote Config in a Unity Asset?

Can I use Remote Config in a published asset on the Unity Asset Store?. I don’t want to hardcode my Vivox credentials into the demo scene of an asset I am making. I know I can have users of my asset use their own credentials but for simplicity I wanted to provide mine so they can get started quickly with the demo scene, and then they can use their own credentials once they understand how my asset and Vivox work

Hey MurphyMurph_21, thanks for reaching out to the support team! While the use case you’ve described would work, credentials should generally not be distributed to the game client unless it is a public key. It might be worth considering cloud code in that case.

There is a section in the Cloud Code documentation that outlines the integration between Vivox (and other services) & Cloud Code: Cloud Code: Integration with Unity Services: Using the Vivox SDK

Best,
Randy

1 Like

Hey Randy, thanks for the suggestion and Link to the resources, I will check it out. Thanks for a better solution for my use case! God bless!