Currently trying to implement a system to drop items from inventory. Any suggestions?

I am currently trying to develop this system for my game where the player drops these objects they have picked up and put in their inventory in certain places. I can not figure out for the life of me though how to get is so my player can drop the item he has picked up. And it doesn’t really help that I can not find any tutorials. Any help or links are appreciated!

if you have all the buttons set up correctly it should just be a matter of instantiating the prefab of the object you’re wanting to drop on a mouse click surely?

Ok, I am a noob so could you show me the basics of what it would like like?

I already did this. I want to physically drop my item. So it is removed form inventory and placed back into the world

It’s literally in the next video how to do it.

Not that I saw. Can you tell me where you see him explain how to drop an item from inventory? I saw him do the use button which helped a little but I still do not know how to drop the item

Here is a tutorial with exactly what you wanna do. In the first 15 seconds you can see, he drags an item to the inventory, drops it and drags it again. Hope that helps.