Clicking and dragging not functioning normally

Hi,

I’m making a little game where the player can decorate a room with furniture items provided. I uploaded a few pictures with blank background as items in the inventory and used below scripts for clicking and dragging function which would also make the blank background unable to select. However, I found some items cannot be selected even when I click the centre of it. In this case, I could only click a very specific part of the item to select it. The video as an example is down below. Any advice would be greatly appreciated. :slight_smile:

Assuming this is all UI, make sure none of the colliders are overlapping or that a mask is obscuring something, and that everything is marked to be properly interactable and raycastable.

Thank you for your comment. :slight_smile: Yes, this is all UI. Every GameObject that requires a pointer dectection is indeed interactable and with raycast on. The problem seems to be that there are specific areas of some images that cannot be clicked, rather than some mask floating above the images.