Skip to content
/ astar Public

🔍A* pathfinding algorithm implementation for unity3d

License

Notifications You must be signed in to change notification settings

k0dep/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A*

A* pathfinding algorithm implementation for unity3d

Using

For start using this package add lines into ./Packages/manifest.json like next sample:

{
 "dependencies": {
   "astar": "https://github.com/k0dep/astar.git#0.1.0"
 }
}

Instead #0.1.0 paste version what you need.