Using Altua NFT Unity SDK, you are able to interact with Altura services such as authenticating users using Altura Guard, get Users information and items, get items and collection information and transfer or mint new items.
- Open Unity and then open
Window > Package Manager
- In Package Manager, click + and select Add Package from git URL
- Paste
https://github.com/alturanft/Unity-SDK.git
- Click Add.
After you added Altura SDK to Unity, additional packages needs to be installed to do this:
- Open open
Altura NFT > Install Dependencies
- Than click on Install Now
Altura SDK installed successfully!
using AlturaNFT;
To import some samples made by Altura Team do:
- Open Unity and then open
Window > Package Manager
- Select Altura Web3
- Select Samples and import
Read our Documentation to learn more about Altura SDK.