In our arcade game we want a player object to track the mouse movement from left to right. We get the mouse position, convert it from raw screenspace to worldspace, and then use just the x value to change the transform.position.x of the current game Object.