Iโm making a puzzle game that involves picking up keys and in one level there are two different keys you need to pick up and drop at different places
I have it set so when the player overlaps a key, it pins the key to the players hand
The issue is that if the two keys are dropped very near to each other, the player can then pick them both up by touching them both, meaning they both go into the same hand and you cant separate them
How do I stop this?