sunsided / unity-pathfinding-diy

A* in Unity if you need to do it yourself

Repository from Github https://github.comsunsided/unity-pathfinding-diyRepository from Github https://github.comsunsided/unity-pathfinding-diy

A* pathfinding in Unity (if you have to)

Following Wilmer Lin's highly enjoyable Pathfinding in Unity Udemy course on Breadth-First, Dijkstra, Greedy Best-First and A* search algorithms in Unity.

While the course code ends up a bit on the convoluted side (being somewhat sub-par on the programming practices at times), it nicely separates map layout, resource loading, search and visualization concerns, while demonstrating the evolution of search algorithms up to A*.

About

A* in Unity if you need to do it yourself

License:MIT License


Languages

Language:C# 100.0%