Introduction To Raycasting

Use Debug.DrawRay to visualise our ray

Use Camera.ScreenPointToRay to create our ray

Understand the basics of how Raycasting works Unity Docs - Camera.ScreenPointToRay Unity Docs - Debug.DrawRay
Complete and continue