Skip to content

Cobra Settings

Cobra Settings is a Unity asset that simplifies the management of game or app settings. It enhances the standard C# app settings, allowing for remote storage and retrieval of settings from Google Drive. By uploading a JSON or text file with your settings to Google Drive, Cobra Settings will automatically load these settings before the Awake method of any script, reducing the need for constant rebuilding and republishing.

This asset is not only developer-friendly but also beneficial to players, as it eliminates the need for them to re-download the game for minor updates.

Benefits:

  • Remote Settings Management: Utilize Google Drive for easy access and updates to settings.
  • Less Frequent Builds: Update settings without rebuilding and republishing your game.
  • Convenience for Players: Players won’t need to re-download the game for small updates.
  • Customizable: Easily adaptable to various needs or different storage solutions.

Example Use Cases:

  1. Dynamic Difficulty Adjustment: Change game difficulty levels based on feedback or analytics without pushing a new build.
  2. Feature Toggling: Enable or disable features remotely to test with specific user groups.
  3. Live Event Management: Update game events or promotions in real-time without disrupting the player experience.
  4. A/B Testing: Implement different game settings for various player segments to see which performs better.
  5. Localization Updates: Quickly update language settings without requiring a full game update.