Unity NFT/Fungible Objects

I have a question on how should we handle this scenario. We have several fungible tokens erc1155 for example an apple. Here are the problems:

I have 10 apples. I can fetch my nfts then set them in inventory that i have 10 apples, now if i place those 10 apples, how do i store their coordinates etc? how do i know that those 10 fungible token apples are placed there? should i mirror the 10 apples in moralis as each a row of object that has coordinates?

tl;dr. i have 10 fungible tokens (apple), how do i use moralis and unity to handle each of those 10 fungible tokens in a way that i can store their coordinates, etc, each of them? (or am i just making things complicated? show me the way pleease)