Перейти к содержимому
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.

Installation

Это содержимое пока не доступно на вашем языке.

Hyperstone Unity SDK integrates your Unity application with Hyperstone — a real-time user experience optimization platform. Instead of running manual A/B tests, Hyperstone continuously tunes your app’s configuration using stochastic optimization algorithms, adapting to user behavior and maximizing your target metric.

The Hyperstone SDK is lightweight and completely self-contained. It requires 0 external dependencies or third-party libraries to function.

Add the Hyperstone scoped registry to your project’s Packages/manifest.json:

{
"scopedRegistries": [
// ... other registries ...
{
"name": "Hyperstone",
"url": "https://fra1.digitaloceanspaces.com/hyperstone/upm",
"scopes": ["com.theoreticalstudio"]
}
],
"dependencies": {
// ... other packages ...
"com.theoreticalstudio.hyperstone": "1.0.0"
// ... other packages ...
}
}
  1. Open Edit → Project Settings → Package Manager

  2. Under Scoped Registries, click + and enter:

    • Name: Hyperstone
    • URL: https://fra1.digitaloceanspaces.com/hyperstone/upm
    • Scope(s): com.theoreticalstudio

    Unity Project Manager showing Scoped Repositories Config

  3. Open Window → Package Manager, switch to My Registries, and install Hyperstone SDK

    Unity Package Manager showing Hyperstone SDK