[SOLVED] Building In-Game Shop Selling NFTs / Issue: "You don't own any NFT UnityEngine"

Hello, I have followed all the steps correctly. But when I press the “I” key I can’t get in my inventory the Nfts that I have minted in the game.
The console gives me the following message: “You don’t own any NFT UnityEngine”.
But when I check in opensea I can see that the process has been successful.
Can someone help me with this. thank you

Have you connected with the right wallet? Can you post your wallet or the NFT contract/tokenId that you have minted, or check using the Moralis API that you can get results for it.

1 Like

HI, this is the wallet: 0x345477fc4Ea12aC165d0A016ECF128547F5C76E5 …

this is the contract: https://polygonscan.com/address/0x7be379c1b1e8ce643cb01f7c3922bc00e636dd85

and this is the token id: 13
In the project I have configured as default Metamask

Thanks, so that token doesn’t have any synced token_uri or metadata so that may be why it’s not showing.

You can sync it with reSyncMetadata to update the token_uri. Specify the correct chain, address, and tokenId, and a flag of uri.

You can use it from here - under /nft/{address}/{token_id}/metadata/resync.

After doing that, try your game again.

I have followed the steps but it seems that something has gone wrong.

(In sync mode) Resync request executed and metadata could not be updated.

It looks like it has gone through. Can you check your game again?

Unfortunately it has not been resynchronized.
if necessary I share the project.
Because I don’t understand what is happening

Have you seen this post, it may be relevant to your issue.

You can also post this issue in that thread.

1 Like

Hello, I was able to solve it. Thank you very much for your help.
!