Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forlornu/a-star-pathfinding
A small demo for the A* Pathfinding algorithm in unity3d. Characters in this scene act "turn based" walking one at a time to wherever you point them to
https://github.com/forlornu/a-star-pathfinding
a-star a-star-algorithm a-star-path-finding game-development pathfinding unity3d
Last synced: about 2 months ago
JSON representation
A small demo for the A* Pathfinding algorithm in unity3d. Characters in this scene act "turn based" walking one at a time to wherever you point them to
- Host: GitHub
- URL: https://github.com/forlornu/a-star-pathfinding
- Owner: ForlornU
- License: gpl-3.0
- Created: 2023-03-05T17:51:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:55:21.000Z (about 1 year ago)
- Last Synced: 2023-12-17T23:38:56.272Z (about 1 year ago)
- Topics: a-star, a-star-algorithm, a-star-path-finding, game-development, pathfinding, unity3d
- Language: ShaderLab
- Homepage:
- Size: 1.51 MB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Star-pathfinding
![alt text](https://github.com/ForlornU/Images/blob/main/pic2.png)A* pathfinding for use across hexagonal tiles in the unity3d engine!
This is an entire unity3d project, you can start this in the unity editor and play around in the scene
or if you just want to use some small part of it that's fine too, I hope in can help you in some way!This is a continuation of my BreadthFirstSearch project where I replaced the BFS with A* as well as some other improvements such as camera movement and changing costs at runtime, I'm hoping to explore this further and add different types of pathfinding algorithms later on and present them in small, easy to use versions
Link to video:
https://youtu.be/i013l1hDoIc