//create a ray to get where we clicked in the scene view and pass in mouse position
Ray worldRay = HandleUtility.GUIPointToWorldRay(Event.current.mousePosition);
//create a ray to get where we clicked in the scene view and pass in mouse position
Ray worldRay = HandleUtility.GUIPointToWorldRay(Event.current.mousePosition);