Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 303 Bytes

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.