2D mouse cursor tracking.

Is there any way to get a stationary object to look at where the mouse cursor is? I’ve tried using raycasting but haven’t been able to get it to work.

Yes, use ScreenToWorld to convert your 2D mouse position in to a World coordinate that you can then make your object look at.

Okay thanks