Skip to content

Conversation

@GabrielePicco
Copy link
Collaborator

Enhance Nfts loading

Status Type ⚠️ Core Change Issue
Ready Feature No #99

Problem

Users may need to load nfts metadata without the textures, e.g.: for gating the access to a content based on nfts ownership.

Solution

This can now be done with:

var nfts = await Web3.LoadNFTs(loadTexture: false);

Textures can be loaded afterward, e.g. for the first Nft:

await nfts[0].LoadTexture();

Others

  • Fix a minor issue in Web3Auth

Issues

Closes #99

@GabrielePicco GabrielePicco merged commit 5d2456c into main Jun 5, 2023
@GabrielePicco GabrielePicco deleted the enhance/improve-nft-loading branch June 5, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Separate metadata and texture loading in NFT loader

1 participant