Remote Configuration
Manage your game settings remotely without releasing updates, allowing for dynamic adjustments and feature toggling.
Support
Check if remote configuration is supported to manage game settings without releasing updates.
Load Values
Load configuration settings from the server to dynamically adjust game parameters based on real-time data.
Don't call SDK methods that require a callback (like Bridge.remoteConfig.Get
) when starting the game in Awake
. Call them in Start
.
Last updated