Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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