[SOLVED] raycastFirst seems not working

Hi

I am trying to click an entity using the raycastFirst method (engine only). But it returns always ‘null’ when I click the entity.
Can you figure this out?

Thank you,

As far as I can tell, you don’t have collider and a rigidbody on the cube?

You are the man! Thank you so much.