nftport-unity
nftport-unity copied to clipboard
🎮 🕹 🎲 Unity3D SDK to integrate everything NFT's crosschain at lightning speed! - Ethereum, Polygon - Solana

Introduction
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.
Installation
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
Samplesand import the desired ones. - Explore Documentation Features
Documentation
Support
ChangeLog
Supported Networks
Create cross-chain games and products with fast and reliable NFT data and mints
- Ethereum ✅
- Polygon ✅
- Solana ✅
- Goerli ✅

Feature list:
✅ - Supported
❌ - Not supported as of now
🧭 - Planned
🛠 - In consideration according to requests
Multi-Chain NFT Data
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 minting
Easy mint NFTs with single component.
| API Feature | Ethereum | Goerli | Polygon | Solana |
|---|---|---|---|---|
| Easy Minting | ||||
| Via URL | 🛠 | ✅ | ✅ | 🧭 |
| Via File | 🛠 | ✅ | ✅ | 🧭 |
Storage, contracts and customizable minting
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 | ✅ | ✅ | ✅ | 🛠 |
Transactions
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 and Utilities
| 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 | 🧭 |
Apply for the Community Partnership Program
Feedback Form

View Advanced Playground Demo Template Project: https://github.com/Worldsz/NFT-Unity3D-Metaverse-Template
