Skip to content
AI Agent

Install with AI Agent

Copy & paste this prompt

Install the Hyperstone Unity SDK in this project. Follow these steps: 1. Read the integration recipe: https://hyperstone.ai/docs/llms.txt 2. Use the documentation that best fits your context window: - Minimal (fast): https://hyperstone.ai/docs/llms.txt - Full (comprehensive): https://hyperstone.ai/docs/llms-full.txt - Small (optimized): https://hyperstone.ai/docs/llms-small.txt 3. Execute the installation following the recipe instructions. 4. Verify that the SDK is correctly installed and integrated into the project.

Quick Start & Setup

This guide will take you through the fastest path from signing up to seeing your first optimized results.

Simply sign in to the Hyperstone Console. You can create your first app, define parameters, and launch optimizations immediately — no request or pre-registration required.

In the Hyperstone Console, you’ll perform the following initial steps:

  1. Create an app — Register your application and receive an App ID and App Secret. These credentials authenticate your SDK with the Hyperstone server.
  2. Define parameters — Add the variables you want to optimize (e.g., ad_cooldown, starting_coins) and their possible values.
  3. Configure a target metric — Select the metric the algorithm should maximize (e.g., ARPU or Day-7 Retention).
  4. Launch an optimization — Start the process. The algorithm begins serving configurations to your users immediately.

Hyperstone provides client SDKs that handle the entire integration lifecycle:

  • Fetching optimized configurations from the server
  • Delivering configuration values to your app code
  • Tracking user events (ad impressions, purchases, custom events)
  • Batching and sending measurements to the backend
  • Managing user identity and session tracking
PlatformSDKStatus
UnityHyperstone Unity SDKAvailable
GodotGDScriptComing soon
Web (JS/TS)JavaScript SDKComing soon
FlutterFlutter SDKComing soon
Server-to-ServerREST APIUpon request

For Unity integration:

  • Unity 2022.3 or later
  • Internet access at runtime (the SDK communicates with the Hyperstone API server)
  • Your App ID and App Secret from the Console

→ Ready to integrate? Start with Unity SDK Installation.

For the optimization algorithm to learn, it needs to know what users do in your app. The SDK tracks some events automatically (sessions, engagement time, retention), but you’ll need to add event tracking for the things that matter to your specific optimization:

  • Ad impressions with revenue data (critical for ad revenue optimization)
  • In-app purchases with product and price info
  • Custom events specific to your app (e.g., level_completed, tutorial_skipped)

The more relevant data you send, the faster and more accurately the algorithm can optimize.

→ See the SDK Integration Guide for details on event tracking.

Use this checklist to make sure you’re ready:

  • Console access — You have signed in and created your app
  • Parameters planned — You know which values you want to optimize
  • Target metric chosen — You’ve decided what to maximize
  • App ID & Secret — You have your credentials from the Console
  • SDK installed — The Hyperstone SDK is added to your project
  • Events instrumented — Your app logs the events the algorithm needs to learn from
  • Optimization launched — The optimization is running in the Console

Now that you’ve set up the basics, you can dive deeper into the documentation or start analyzing your first results in the Console.