https://github.com/k0dep/astar.action-grid
https://github.com/k0dep/astar.action-grid
ai navigation originer unity3d unity3d-npm-package
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/k0dep/astar.action-grid
- Owner: k0dep
- License: mit
- Created: 2019-03-03T20:55:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T22:00:19.000Z (over 6 years ago)
- Last Synced: 2025-05-15T13:51:27.465Z (5 months ago)
- Topics: ai, navigation, originer, unity3d, unity3d-npm-package
- Language: C#
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Action grid
# Using
For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"astar.action-grid": "https://github.com/k0dep/astar.action-grid.git#0.1.0"
}
}
```
Instead `#0.1.0` paste version what you need.
> *2018.3* After include dependency in manifest, you must manual add [astar](https://github.com/k0dep/astar) dependency in manifest