Installation
The Unity SDK is best used on the client side, as it only contains the read-only features.
AlturaSDK versions | Supported Unity versions | Supported Platfroms |
---|---|---|
1.0.5 | 2020.3
2021.3
2022.1 | Windows, MacOS, Android |
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

Installing Altura Unity SDK
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:

Installing Dependencies
To use Altura SDK in your script, you need to import it like:
using AlturaNFT;