Skip to content

ryanw3bb/pathfindr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfindr

gif

Pathfinding using the A* search algorithm.

Usage

Create a PFGrid and use the Evaluate() method to return a list of obstacle nodes within the scene. Then create an instance of PFEngine, passing in the desired grid resolution and list of obstacles. Finally call the GetPath() method of PFEngine with your start and end co-ordinates to find the fastest path between the two points.

Todo

Add Jump Point Search Algorithm capability to speed up pathfinding in complex scenes.

About

Pathfinding for Unity using A*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages