# Installation

***Requires Unity 2019.1+ with .NET 4.x+ Runtime***

This package can be included into your project by either:

1. Installing the package via Unity's Package Manager (UPM) in the editor (recommended).
2. Importing the .unitypackage which you can download [here](https://github.com/liquiidio/AtomicMarketApiClient-Private/releases/latest/download/atomicmarket.unitypackage).
3. Manually add the files from the repo.
4. Installing it via NuGet. (for Standard .NET users)

#### 1. Recommended - Installing via Unity Package Manager (UPM).

In your Unity project:

1. Open the Package Manager Window/Tab
2. Click Add Package From Git URL
3. Enter URL: `https://github.com/liquiidio/AtomicMarketApiClient.git#upm`

***

#### 2. Importing the Unity Package.

Download the [UnityPackage here](https://github.com/liquiidio/AtomicMarketApiClient-Private/releases/latest/download/atomicmarket.unitypackage).

Then in your Unity project:

1. Open up the import a custom package window
2. Navigate to where you downloaded the file and open it.
3. Check all the relevant files needed (if this is a first time import, just select ALL) and click on import.

***

#### 3. Install manually.

Download this [project here](https://github.com/liquiidio/AtomicMarketApiClient-Private/releases/latest).

* [zip](https://github.com/liquiidio/AtomicMarketApiClient-Private/archive/refs/tags/1.0.11.zip)
* [tar.gz](https://github.com/liquiidio/AtomicMarketApiClient-Private/archive/refs/tags/1.0.11.tar.gz)

Then in your Unity project, copy the sources from `AtomicMarketApiClient` into your Unity `Assets` directory.

***

#### 4. Install via NuGet (for Standard .NET users only - No Unity3D)

#### .NET CLI

`> dotnet add package Liquiid.io.AtomicMarket`

#### Package Manager

`PM> Install-Package Liquiid.io.AtomicMarket`
