> ## 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 No-Codes Unity SDK

## Install via Git URL

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

## Install via OpenUPM

Qonversion SDK package is available on the [openupm registry](https://openupm.com/). You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).

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

## Install Native Dependencies

Then install native dependencies:

1. Download and install the last version of the [External Dependencies Manager](https://github.com/googlesamples/unity-jar-resolver/tags) package.
2. Install iOS dependencies - **Assets** -> **External Dependency Manager** -> **iOS Resolver** -> **Install Cocoapods**
3. Install Android dependencies - **Assets** -> **External Dependency Manager** -> **Android Resolver** -> **Resolve**

For more details, refer to our [Unity SDK documentation](/docs/unity-sdk).
