Right now I have items that the player can pick up and move between layouts. I have it set to persist.
I want it so if the player picks up an item in Layout A and leaves it in Layout B. It will only appear in Layout B and vice versa. What is the best way to achieve this?
Right now, if I drop an item in Layout B when I return to Layout A it appears there too. How do I only have one instance of this? so it only appears where you last left it?
Thanks!