NFTPort's Unity extension provides tools and features to fast-track development and create cross-chain compatible NFT games and products in Unity with fast and reliable onchain data.
You can install this package from git, compatible with UPM (Unity Package Manager).
- Open
Window > Package Manager
- In Package Manager, click + and select Add Package from git URL
- Paste
https://github.com/nftport/nftport-unity.git
- Click Add.
Done!
If you want to target a specific version, append #release/<some-tag>
or another specific tag from the Release section.
NFTPort is now available in the Packages/ folder. You can import a number of samples:
- Open
Window > Package Manager
- Select
NFTPort
- Select
Samples
and import the desired ones. - Explore Documentation Features
Upto 100 or more free NFT mints and 5 fully owned customizable contracts for your first product/development.
Create cross-chain games and products with fast and reliable NFT data and mints
- Ethereum ✅
- Polygon ✅
- Solana ✅
- Goerli ✅
✅ - Supported
❌ - Not supported as of now
🧭 - Planned
🛠 - In consideration according to requests
Get fast and reliable data.
API Feature | Ethereum | Goerli | Polygon | Solana |
---|---|---|---|---|
Contracts, Metadata & Assets | ||||
Retrieve NFT details | ✅ | ✅ | ✅ | ✅ |
Retrieve contract-collection NFTs | ✅ | ✅ | ✅ | ✅ |
Ownership including NFT metadata and details: | ||||
Retrieve NFTs owned by an account | ✅ | ✅ | ✅ | ✅ |
Retrieve NFTs owned by an account in a particular collection | ✅ | ✅ | ✅ | 🛠 |
Easy mint NFTs with single component.
API Feature | Ethereum | Goerli | Polygon | Solana |
---|---|---|---|---|
Easy Minting | ||||
Via URL | 🛠 | ✅ | ✅ | 🧭 |
Via File | 🛠 | ✅ | ✅ | 🧭 |
Deploy fully customizable NFTs and contracts with industry standards - decentralized web3 storage, metadata, custom attributes and more.
API Feature | |
---|---|
Storage | |
List all your IPFS uploads | Via dashboard |
Upload a file to IPFS | ✅ |
Create and upload advanced industry standard metadata to IPFS | ✅ |
Upload metadata directory to IPFS | 🧭 |
API Feature | Ethereum | Goerli | Polygon | Solana |
---|---|---|---|---|
Product | ||||
ERC 721 | ✅ | ✅ | ✅ | ✅ |
ERC 1155 | 🧭 | 🧭 | 🧭 | ❌ |
SPL | ❌ | ❌ | ❌ | 🧭 |
Deploy a contract for NFT products | 🧭 | 🧭 | via API | 🧭 |
Customizable minting : Mint NFTs of your contract to any wallet | ✅ | ✅ | ✅ | 🧭 |
Update a minted NFT / Dynamic NFTs | ✅ | ✅ | ✅ | 🧭 |
Burn a minted NFT | ✅ | ✅ | ✅ | 🛠 |
Transfer a minted NFT | ✅ | ✅ | ✅ | 🛠 |
Get multichain transaction data.
API Feature | Ethereum | Goerli | Polygon | Solana |
---|---|---|---|---|
Retrieve transactions by NFT | ✅ | ❌ | ❌ | ✅ |
Retrieve transactions by collection | ✅ | ❌ | ❌ | ✅ |
Retrieve transactions by an account | ✅ | ❌ | ❌ | ✅ |
Retrieve contract sales statistics | 🛠 | ❌ | ❌ | 🛠 |
Tools | |
---|---|
Connect Player Wallet : WebGL | ✅ |
Asset Downloader: | |
Determine URL Content Type | ✅ |
Fetch Image asset from IPFS / web cached image | ✅ |
Fetch Audio file from IPFS / web | 🧭 |
Fetch 3D object from IPFS / web | ✅ Use determine content type with gltFast , View Example |
NFT collection reader (bulk) | 🧭 |
NFT Product Minting Suite | 🧭 |