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

# Installation

## Unity

Go [here](https://unity.com/download) to install Unity.

## Import the SDK package

* Open [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) window.

* Click the add + button in the status bar.

* The options for adding packages appear.

* Select Add package from git URL from the add menu. A text box and an Add button appear.

* <img src="https://mintcdn.com/magicblock-42/5iyVpKJBt1PkwHw4/images/package_manager.png?fit=max&auto=format&n=5iyVpKJBt1PkwHw4&q=85&s=ce1deaa6a6d4506bc37c1c448121642d" alt="" width="796" height="600" data-path="images/package_manager.png" />

* Enter the `https://github.com/magicblock-labs/Solana.Unity-SDK.git` Git URL in the text box and click Add.

* Once the package is installed, in the Package Manager inspector you will have Samples. Click on Import

* You may also install a specific package version by using the URL with the specified version.

  * `https://github.com/magicblock-labs/Solana.Unity-SDK.git#X.Y.X`
  * Please note that the version X.Y.Z stated here is to be replaced with the version you would like to get.
  * You can find all the available releases [here](https://github.com/magicblock-labs/Solana.Unity-SDK/releases).
  * The latest available release version is- [![Last Release](https://img.shields.io/github/v/release/magicblock-labs/Solana.Unity-SDK)](https://github.com/magicblock-labs/Solana.Unity-SDK/releases/latest)

* Import the Sample Scene

* <img src="https://mintcdn.com/magicblock-42/5iyVpKJBt1PkwHw4/images/sample_scene.png?fit=max&auto=format&n=5iyVpKJBt1PkwHw4&q=85&s=0b4cef0a60bf13af383e1a2192f6b07d" alt="" width="2104" height="656" data-path="images/sample_scene.png" />

* You will find a sample scene with a configured wallet in `Samples/Solana SDK/0.0.2/Simple Wallet/Solana Wallet/scenes/wallet_scene.unity`

<Card title="You should know!" icon="lightbulb" iconType="duotone">
  This tutorial is made in Unity 2021.3.5f1
</Card>
