Releases: nftport/nftport-unity
Releases · nftport/nftport-unity
Release 1.1.0
Release 1.0.0
1.0.0 (2022-09-29)
Features
- BREAKING parameter contract_address in TXN endpoints have been changed to collection, token_id has been changed from type int to string to handle long values and enable unified solution across chains (b6dfa79)
- BREAKING: NFTDetails parameter contract_address has been renamed to collection ( to make it more unified with different chain namings going forward) (3073b98)
- BREAKING: NFTs of contract functions SetContractAddress and SetIncludes have been combined into SetParameters (13ef460)
- BREAKING: NFTs_OfAContract has been renamed to NFTs_OfACollection for consistent naming with other blockchains. (3924690)
Release 0.8.0
0.8.0 (2022-09-08)
Features
Release 0.7.1
0.7.1 (2022-09-02)
Features
- on_chain_collection_key + some extra NFT parameters for Solana support. (ae54676)
- Updated Home window with new links to report bugs, view API stats and more. (bd03446)
- Updated NFTs model (9fd830b)
Bug Fixes
- continuation loop in Nfts of Contract Feature is set by using an incremental page number (int) (6eb9bd5)
- Error Ignore for Desterilize Json in case of unsupported metadata parameters - for All Data features (NFT Details/Contract/Account) (fe1b6fd)
- Fix for properties field as List + parameter additions (dfad5be)
Release 0.7.0
Release 0.6.0
0.6.0 (2022-08-19)
Features
- Asset downloader minor additions - now having a public vars for last Get Image and last Content type (d9567b1)
- New component Transactions Data | of a collection / contract providing info like transfers mints burns sales etc - Solana + EVM (78c8b3d)
- New component Transactions Data | of an NFT - Solana + Ethereum (b2eea29)
- NFTPort home window updates with new example projects (a1a2479)
- Solana support for NFT Details component (4e6871d)
- Solana support for NFTs of a contract (8561f5d)
- Solana support for NFTs owned by an account component (7f979aa)
- Solana support for Transactions of an account feature (720616c)
Release 0.5.1
0.5.1 (2022-07-23)
Features
- Adds continuation parameter to NFTs of Account Feature Allowing to query accounts with many NFTs (4950e04)
- Adds continuation parameter to NFTs of Contract Feature at .SetContinuation() (cee68e0)
- ConnectPlayerWallet feature adds a new public function ConnectThisToNFTPortWalletConnect making feature more composable with other wallet connect sdks for unity. (537e39d)
- New member function in Asset Downloader, OnCompleteReturnLinkedNft() action returning Nft class with Texture2D ( NFTImage) attached in Nft.Assets.Texture when passed an Nft with it + Stop() fn to stop any in progress downloads (d93ce27)
Bug Fixes
Release 0.5.0
Release 0.4.1
0.4.1 (2022-07-04)
Features
- new SDK readme (ac10099)
- Player wallet connect can now also be used from a button inside unity (0501954)
- Player wallet connect now also provides users connected network ID at Port.ConnectedPlayerNetworkID. (add3604)
- Player wallet connect supports editor mock for development (38ca195)
- Updated home window plus go to dashboard link (f612772)
- Updated home window with hide API option (9020054)
- Ready Player Me avatars for Playground sample
Bug Fixes
- Custom dependency check and tool for Playground sample for unity Input System (e51027b)
- custom dependency check tool and updated window for playground sample (6dda1fa)
Release 0.4.0
0.4.0 (2022-06-10)
Features
- Adds feature - Transaction Data | Account (e32f4d1)
- Adds new metadata properties in NFT class including cached_animation_url and royalty etc,/ for transaction feature set. (f66aab8)
- Adds NFT Data | NFT Details feature (74d6ba1)
Bug Fixes
- Null value handling for all NFT Data features while Deserializing data (fac3856)