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
- Host: GitHub
- URL: https://github.com/k0dep/astar
- Owner: k0dep
- License: mit
- Created: 2019-03-03T14:36:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T14:02:35.000Z (over 6 years ago)
- Last Synced: 2025-01-31T03:56:56.978Z (5 months ago)
- Topics: astar, astar-algorithm, astar-csharp, originer, pathfinding, unity3d, unity3d-npm-package, upm-package
- Language: C#
- Homepage:
- Size: 250 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.