Hi! I am trying to make a 2d platformer with a teleport feature. This teleport should be a click to teleport script, so when you click on the screen the player teleports to this point, but i have no idea how to do this. i am using c#. Is there anyone who can help me?
Have a look at the Unity Script Ref, search for transform.position.
This Tutorial / Demo Project will also get you going if you study it well.