Skip to content

IntelliVerseX SDK

  • Get Started in Minutes


    Install IntelliVerseX SDK via Unity Package Manager and integrate powerful features into your game.

    Getting Started

  • 20+ Modular Features


    Auth, Backend, Monetization, Analytics, AI Voice/Host, Hiro Live Ops, Social, and more.

    Explore Modules

  • Production-Ready API


    Battle-tested in production games. Complete XML documentation for every public API.

    API Reference

  • Comprehensive Support


    Detailed troubleshooting guides, FAQ, and community support.

    Get Help


What is IntelliVerseX SDK?

IntelliVerseX SDK is a complete, modular game development toolkit for Unity that provides everything you need to build production-ready mobile and cross-platform games. It integrates seamlessly with:

  • Nakama for backend services (authentication, leaderboards, wallets, friends)
  • Multiple ad networks (LevelPlay, Appodeal, AdMob) for monetization
  • Unity IAP for in-app purchases
  • Photon PUN2 for multiplayer (optional)

Key Features

Feature Description
Identity & Auth Multi-provider authentication (Device, Email, Apple, Google)
Backend Nakama server integration with RPC support
Monetization IAP, Rewarded Ads, Interstitials, Banners, Offerwalls
Analytics Event tracking and user behavior analysis
Localization 12+ languages with RTL support
Storage Secure cloud saves and local persistence
Leaderboards Global and around-player rankings
Social Friends system, sharing, referrals
Quiz System Complete quiz game framework
UI Components Production-ready UI utilities
AI Voice & Host Conversational AI personas, voice streaming, game commentary
Hiro Live Ops Spin wheel, streaks, retention, offerwalls, friend systems
Platform Deep links, foldable devices, edge-to-edge, performance optimizer

Quick Install

Add to your Packages/manifest.json:

{
  "dependencies": {
    "com.intelliversex.sdk": "https://github.com/Intelli-verse-X/Intelli-verse-X-SDK.git?path=Assets/Intelli-verse-X-SDK"
  }
}

Or with a specific version:

{
  "dependencies": {
    "com.intelliversex.sdk": "https://github.com/Intelli-verse-X/Intelli-verse-X-SDK.git?path=Assets/Intelli-verse-X-SDK#v5.8.0"
  }
}

Full Installation Guide


Minimal Code Example

using UnityEngine;
using IntelliVerseX.Core;
using IntelliVerseX.Identity;

public class GameInit : MonoBehaviour
{
    void Start()
    {
        // Initialize device identity
        IntelliVerseXUserIdentity.InitializeDevice();

        IVXLogger.Log("IntelliVerseX SDK Ready!");
    }
}

Quick Start Guide


Platform Support

Platform Status Notes
Android Fully Supported API 21+
iOS Fully Supported iOS 12+
WebGL Fully Supported With ad limitations
Windows Fully Supported Standalone
macOS Fully Supported Standalone

Unity Version Support

Unity Version Status
Unity 6000.x Fully Supported
Unity 2023.3 LTS Fully Supported (Minimum)
Unity 2022.x May work, not officially supported
Unity 2021.x Not Supported

Architecture Overview

graph TB
    subgraph "IntelliVerseX SDK"
        Core[Core Module]
        Identity[Identity Module]
        Backend[Backend Module]
        Social[Social Module]
        Monetization[Monetization Module]
        Analytics[Analytics Module]
        Localization[Localization Module]
        AI[AI Module]
        Hiro[Hiro Systems]
        Platform[Platform Module]
        UI[UI Module]
    end

    subgraph "External Services"
        Nakama[Nakama + Hiro + Satori]
        AIBackend[IntelliVerseX AI Backend]
        AdNetworks[Ad Networks]
        IAP[Unity IAP]
    end

    Core --> Identity
    Core --> Backend
    Identity --> Backend
    Backend --> Nakama
    Social --> Backend
    Hiro --> Backend
    AI --> AIBackend
    Monetization --> AdNetworks
    Monetization --> IAP
    Analytics --> Backend
    Platform --> Core
    UI --> Core

Support


License

IntelliVerseX SDK is licensed under the MIT License.


  • Version 5.8.0


    Latest release: AI Voice/Host module, Hiro systems, Demo UIs, comprehensive bug sweep.

    Changelog