Installation

The Unity SDK is best used on the client side, as it only contains the read-only features.

Getting Started

Requirements

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:

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

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:

Importing

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

using AlturaNFT;

Last updated