https://github.com/appleboiy/unityai-pathfinder
Using unity AI as pathfinder and draw line to destination
https://github.com/appleboiy/unityai-pathfinder
Last synced: 6 months ago
JSON representation
Using unity AI as pathfinder and draw line to destination
- Host: GitHub
- URL: https://github.com/appleboiy/unityai-pathfinder
- Owner: AppleBoiy
- License: mit
- Created: 2024-04-03T04:49:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T05:14:46.000Z (about 1 year ago)
- Last Synced: 2024-12-19T02:38:43.245Z (6 months ago)
- Language: C#
- Homepage:
- Size: 483 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iNav-linear
## Description
This is a simple navigation system.
- Use `Unity AI` as pathfinding algorithm.
- Draw path with `LineRenderer`.