Sign in Contact us
For Developers

Easy integration, fast results

Focus on your game logic while the algorithm handles optimization. Lightweight Unity SDK, zero dependencies, and real-time debugging tools.

Technical SDK integration dashboard

Easiest SDK you'll ever integrate

A lean API designed for speed. Initialize, fetch configurations, and track metrics with zero dependencies and no version conflicts. Start optimizing your game in minutes.

Available via UPM Registry, Local Tarball, or .unitypackage

using UnityEngine;
using HyperstoneSdk;

public class MyGame : MonoBehaviour
{
    void Start()
    {        
        Hyperstone.WatchConfig(OnConfigChanged);
        Hyperstone.Initialize("YOUR_APP_ID", "YOUR_APP_SECRET");
    }

    void OnConfigChanged(HyperstoneConfig config)
    {        
        int lives = config.GetIntOrDefault("n_lives", 3);
        bool showAds = config.GetBoolOrDefault("show_ads", true);

        // Apply to game logic
    }
}

Cross-Platform Support

Our Unity SDK works seamlessly across all platforms supported by Unity, including PC, consoles, iOS, and Android, as long as the device has internet access.

Cross-Platform Support

Battle-Tested Reliability

Hyperstone infrastructure is built for high availability. Sleep soundly knowing your configurations are stable and your LiveOps are protected by robust fallback mechanisms.

Battle-Tested Reliability

Developer Tools

SDK Debugger

0.5sec Real-time event monitoring. Filter and inspect the exact data Hyperstone sends to and from your game. Verify integration before going live.

SDK Debugger

Server 2 Server

Lightweight Unity SDK with zero external dependencies. No version conflicts, no bloat in your project. Stable builds guaranteed.

Server 2 Server

Simple API

Get started in minutes with a lean API. A handful of methods to initialize the SDK, fetch configurations, and track events.

Simple API

Online interactive map

Monitor player activity and the impact of applied settings in real time. Analyze device configurations, region, app version, and player events to better understand user behavior.

Online interactive map

Stop waiting for the build

Integrate in 30 minutes and start optimizing. Your team can focus on building features and new products, while Hyperstone handles the optimization infrastructure in the cloud.

Developer Efficiency

99.99% Uptime SLA

Enterprise-grade reliability. Our infrastructure is battle-tested to ensure your game configuration is always available, preventing downtime and revenue loss.

Real-time Data Export

Export raw event data via webhooks to your own servers. Maintain total ownership of your data and integrate with your internal pipelines seamlessly.