Hard to select certain objects (collider problem??)

Hi,

I have a problem with certain objects (Rock and keyAtRock),
when I select those in game mode; it often doesn’t got registrated.
Their isn’t a problem with the script; because after a lot of clicking,
it works (= animates) :s In other words; its really hard to select those objects.
I sometimes have to click 10 times or even more to get the animation work.

There is one certain place that detects the click pretty fast (green arrow on the screenshot below), once the rock is clicked succesful; its easier to select him and also the other points (red arrows) are easier to select once the rock is clicked.
alt text

The strange thing is that the ‘hard to click-objects’ (rock + KeyAtRock) are in the same group/parent as the ‘keyatlock’ and the chest; which always are fast clickable without problems. Note: the colliders on the hard to click objects are well measured.

I searched for houres to solve this problem but I just can’t see it.
Does somebody know the solution? I would be very grateful for that!

Thanks!

alt text

Ok… Wasn’t very clever of me… I found out the problem!

There was a box collider in my scene that overlap my game objects (rock + keyatrock)
which made it impossible to select at those places.

alt text

I moved the collider away so the problem was solved. Case closed! :smiley:

So Hilarious… I laughed when I searched for this same issue, and your post came up…

Then realized I had done the SAME thing!

Thank-you! Saved me tons of troubleshooting! :smiley: