2D movement for point and click

Hi,

first I will thank you for this nice project. I do not know where I should begin:

I want to make a point and click adventure. What would be the easiest way to make my character walk to that point where I click.
I already made a underlying A* field with obstacles where the character cannot go. Which script should I attach to the character. Is there already an approach menitoned in a given example?

Thank you and best wishes,

eagle

Now it works. I use the AILerp.

hey,

can you share your script for point and click movement?

Hey,
it is simply the provided AILerp and the Seeker script from the package what I am using at the moment.