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

Установка

Hyperstone Unity SDK интегрирует ваше приложение Unity с Hyperstone — платформой оптимизации пользовательского опыта в реальном времени. Вместо запуска ручных A/B тестов, Hyperstone непрерывно настраивает конфигурацию вашего приложения с помощью алгоритмов stochastic optimization, адаптируясь к поведению пользователей и максимизируя вашу целевую метрику.

SDK Hyperstone легкий и полностью автономный. Для работы ему не требуются внешние зависимости или сторонние библиотеки.

Добавьте scoped-реестр Hyperstone в файл Packages/manifest.json вашего проекта:

{
"scopedRegistries": [
// ... другие реестры ...
{
"name": "Hyperstone",
"url": "https://fra1.digitaloceanspaces.com/hyperstone/upm",
"scopes": ["com.theoreticalstudio"]
}
],
"dependencies": {
// ... другие пакеты ...
"com.theoreticalstudio.hyperstone": "1.0.0"
// ... другие пакеты ...
}
}

Или альтернативно, в редакторе Unity

Section titled “Или альтернативно, в редакторе Unity”
  1. Откройте Edit → Project Settings → Package Manager

  2. В разделе Scoped Registries нажмите + и введите:

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

    Unity Project Manager showing Scoped Repositories Config

  3. Откройте Window → Package Manager, переключитесь на My Registries и установите Hyperstone SDK

    Unity Package Manager showing Hyperstone SDK