Moralis Unity IPFS Uploader Metadata Folder?

I am completely new to the Web3 space and want to start using the Moralis Unity IPFS Uploader. Before I begin uploading NFT images and metadata, I want to know how I would locate the url for the images and metadata once I am done.

Thanks,
John

Url will be returned in a response after saving the image on ipfs successfully. Url wont be saved anywhere.

Thank you for this. I understand that the url for a single image will be returned, but I would like to know where I would be able to get the url for all of my images. How would I be able to find the url for all of my images if I am uploading multiple NFTs to IPFS?

You will need to save/store this URL manually in some way if you want them for any IPFS uploads you make.

Since you’re using the Moralis Unity game kit, you can save them to your Moralis database.