Comment on page
Install the SDK
In this tutorial, we will import the ReadyNFT SDK into our Unity Game
Follow the Below Steps to Install the Unity SDK
- Open your Unity project and ensure that you have a stable internet connection.
- In the Unity Editor, navigate to
Window
>Package Manager
to open the Package Manager. - In the Package Manager window, click on the
+
button located in the top-left corner. - Select
Add package from git URL
from the dropdown menu. - In the text field that appears, enter
https://github.com/ethlas-1/com.ethlas.readynft
, the Git URL of the ReadyNFT package repository. - Press the
Enter
key or click on theAdd
button to begin the import process.
Congratulations! You have successfully imported the ReadyNFT package into your Unity game using the Unity Package Manager UI. You can now leverage the functionalities and features provided by the package to build interactive web3 games with seamless NFT integrations.
Congrats
Note: It's important to keep the ReadyNFT package folder structure intact for proper functioning. Avoid modifying or moving any files or folders within the package unless you have a good understanding of the dependencies and implications.