- Home /
Pathfinding players?
In my game, you point and click to move. Ive not done much to the script, so it is very primitive. In the scene there are fences, and the player is able to go through them. I would like to set up a path finding system to enable my player to walk around objects in their way. How would i go about doing this?
Answer by pako · Mar 16, 2014 at 11:15 PM
The A* Pathfinding Project Pro (in the asset store) is quite good:
https://www.assetstore.unity3d.com/#/content/1876
Also, if you visit their site, you can download a free version, which has all the basic features you would need for what you describe:
http://arongranberg.com/astar/download
They have many tutorials and very good documentation. Here is a link to the getting started page:
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Stuck with A* Pathfinding Script 3 Answers
SetDestination function error 0 Answers