The question says it all really, how can I rotate a parent GameObject so that a child of it points towards the cursor?
I know I can find the cursor's location with
public Camera theCamera; Vector3 mousePoint = theCamera.ScreenToWorldPoint(Input.mousePosition);