Woody4618 / SolPlay_Unity_SDK

An SDK that lets you connect to phantom wallet, list NFTs, Swap Tokens, Unlock content with NFTs and interact with any anchor program. Build on top of the Garbles Unity SDK.
MIT License
47 stars 20 forks source link

Error in Mint NFT with Metadata V3 #4

Closed Mehrdadgame closed 1 year ago

Mehrdadgame commented 1 year ago

Hi I wanna mint NFT with metadata v3 but when created NFT in not load json data. Can you help me for create NFT ? Capture

Mehrdadgame commented 1 year ago

{ "animation_url": "", "attributes": [{ "trait_type": "ID", "value": "1000011" }, { "trait_type": "Type", "value": "" }, { "trait_type": "", "value": "First " }, { "trait_type": "", "value": "" }, { "trait_type": "", "value": "" }, { "trait_type": "", "value": "" } ], "collection": { "family": "", "name": "" }, "description": "", "external_url": "", "image": "", "name": "", "properties": { "category": "", "creators": [{ "address": "", "share": 90.0 }, { "address": "", "share": 10.0 } ], "files": [{ "type": "image/png", "uri": "" } ] }, "seller_fee_basis_points": 500.0, "symbol": "HL" } this is json file

Woody4618 commented 1 year ago

Hey, looks like the Image Uri is missing. So it cant load the image.

Woody4618 commented 1 year ago

Close due to no reply and probably an NFT error since the Nft doesnt have an Uri set.