I created an inventory system. It works, but there is a small problem.
When I drop an item from the inventory, the item doesn’t show up on the map. The item is there because I can pick it again in the inventory. However, that item is invisible.
Any ideas where the error could be?
Sory fom my bad english and thanks for any advice. :-).
In which case, the problem could be that the items are still on the GUI layer, and not a playing layer. Change the item layer to be the same as the player, and it should work.