Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.79 KB

README.md

File metadata and controls

61 lines (48 loc) · 1.79 KB

Logo

Altura Gaming Unity SDK

Powering the Future of Gaming


Landing Page · Marketplace · Report Bug · Request Feature




About

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.

installation

  1. Open Unity and then open Window > Package Manager
  2. In Package Manager, click + and select Add Package from git URL
  3. Paste
https://github.com/alturanft/Unity-SDK.git
  1. Click Add.

After you added Altura SDK to Unity, additional packages needs to be installed to do this:

  1. Open open Altura NFT > Install Dependencies
  2. Than click on Install Now

Altura SDK installed successfully!

Import in in your script

using AlturaNFT;

Import Samples

To import some samples made by Altura Team do:

  1. Open Unity and then open Window > Package Manager
  2. Select Altura Web3
  3. Select Samples and import

Documentation

Read our Documentation to learn more about Altura SDK.