"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Show text on point enter I'm unity

I have successfully enabled 3d object detection through vuforia in Unity. I have attached a crosshair (reticle) at the centre of the screen in screenspace overlay. when the user moves his phone over the 3d object which is produced upon object detection, I want a label to appear when crosshair crosses different parts of the 3d object. I tried many methods including, collision, cursor and reticle. It is not working. Is there any easy way to implement this so that I can use event trigger pointer enter to make few things happening on the game.

Hello,

This is challenging as you are using an object target, rather than a planar target. In my opinion, to get this working you'll have to project a 3D point in scene coordinates to screen coordindates for both the object target and the reticle.

It is really seems to be hard and complicated with my littlle knowledge. I have now changed from object detection to planar image detection. Could you please guide me how i can enable pointer in planar image mode with produced 3d image? thanks