> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Unity SDK

## Install via Git URL

Add to `Packages/manifest.json`:

```json theme={null}
"dependencies": {
    "com.qonversion.unity": "https://github.com/qonversion/unity-sdk.git#9.2.0"
}
```

## Install via OpenUPM

```bash theme={null}
openupm add com.qonversion.unity
```

## Native Dependencies

Make sure your project has the External Dependency Manager:

1. Download the [External Dependency Manager](https://github.com/googlesamples/unity-jar-resolver/tags)
2. **Import package** → **Custom package** → install `.unitypackage`

After installation:

* iOS: **Assets** → **External Dependency Manager** → **iOS Resolver** → **Install Cocoapods**
* Android: **Assets** → **External Dependency Manager** → **Android Resolver** → **Resolve**
