> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/unity-sdk-reference/installation.md).

# Installation

## Getting Started

### Requirements

* [**Unity Editor**](https://unity.com/releases/editor/qa/lts-releases)

| AlturaSDK versions | Supported Unity versions          | Supported Platfroms     |
| ------------------ | --------------------------------- | ----------------------- |
| 1.0.5              | <p>2020.3<br>2021.3<br>2022.1</p> | Windows, MacOS, Android |

### Installation

To install Altura Unity SDK, open Unity's Package Manager and click the '+' in the top left corner and select 'Add package from git URL' as shown below:

```shell
https://github.com/alturanft/Unity-SDK.git
```

<figure><img src="https://3841983150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkXsf62gOd_7h7UDBt1%2Fuploads%2Fm6GgVlDmBeUjesvrJ1Mg%2FInstall.gif?alt=media&#x26;token=24f8d3f0-1d20-4344-9938-6857c9f1752e" alt=""><figcaption><p>Installing Altura Unity SDK</p></figcaption></figure>

After you added Altura SDK to Unity, additional packages needs to be installed to do this go to Altura NFT and then click on the 'Install Dependencies' as shown below:

<figure><img src="https://3841983150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkXsf62gOd_7h7UDBt1%2Fuploads%2FqRXDh7m8ECJAkaKwi4s4%2Fdepen.gif?alt=media&#x26;token=718cd788-57d2-4006-b73f-926f604a2cef" alt=""><figcaption><p>Installing Dependencies</p></figcaption></figure>

### Importing

To use Altura SDK in your script, you need to import it like:

```csharp
using AlturaNFT;
```
