An open API service indexing awesome lists of open source software.

https://github.com/k0dep/astar

🔍A* pathfinding algorithm implementation for unity3d
https://github.com/k0dep/astar

astar astar-algorithm astar-csharp originer pathfinding unity3d unity3d-npm-package upm-package

Last synced: 4 months ago
JSON representation

🔍A* pathfinding algorithm implementation for unity3d

Awesome Lists containing this project

README

        

# A*
A* pathfinding algorithm implementation for unity3d

# Using
For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"astar": "https://github.com/k0dep/astar.git#0.1.0"
}
}
```
Instead `#0.1.0` paste version what you need.