Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@saszer saszer released this 23 Jul 13:03
· 87 commits to com.nftport.nftport since this release

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

  • changes in AssetDownloader.GetImage Feature optional parameter field, allowing to pass full Nft class instead of just Nft.Assets. (7cdec35)
  • Connect Player Wallet Mock wallet overiding bug fix (5a19adc)