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.
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.