# 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;
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altura.com/altura-documentation/unity-sdk-reference/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
