Interaction System and Pick up objects issues

Hi @LoganDolan,

You mentioned that there’s a bit of code that checks which of two items is closer to the player and allows the player to interact with the closer item. When is this code run? If this detection code only runs once at the beginning, then it might be that when you delete the first item which you were interacting with it still returns it as the nearest item and the second item will not become interactive. Maybe you need to run this detection again after deleting any item, so that it’s aware of the newly deleted items and chooses the next nearest item. Hope that helps.