|
Hoping to save myself some time: I'm looking for a script that works with the Locomotion system, probably a 'motor', that will find the point on the ground where the user has clicked the mouse, and tell the character to go there. Anyone know of such a thing?
(comments are locked)
|

Your stated requirement is too generic. Click... on a tagged floor colliders? On terrain? Also, how should they moved -- A-Star style? Directly? Physically? With easing? It's ultimately a creative decision that will need to be tweaked, you won't find an out-of-the-box solution.
I would start simple: click on an point (preferably on a horizontal-ish place) and it LERP's there at a given speed. Can add easing and such later. Using Locomotion, it would use the walk animation, turn if needed first, then idle when destination is reached. I've been mashing together some stuff I found around and at the script wiki, nothing working well.
Ok, I worked it out. May post to script wiki.
And put the link here as well :)