Move to Screen point

Hello guys. I’ve got a problem about code writing. I’m trying to write a code but it isn’t works as i want.

I’ve got an object named as “aeroplane”. I want object must go where i touch. (Must go “like Move Towards Point”, not teleport.)

I’ve been looking about 2 days for this code. I’ve seen too much projects that can do that but no open source :-?

I hope unity community can help me about this code. I am at start of the project. :stuck_out_tongue:

transform.position = Vector3.MoveTowards(transform.position, target.position, 10.0 * Time.deltaTime);