A project for visualising working of A* algorithm made in "Unity".
-
Updated
Nov 26, 2025 - C#
A project for visualising working of A* algorithm made in "Unity".
Unity Pathfinders Visualized is a Unity project that visualizes fundamental pathfinding algorithms. It features Breadth-First Search (BFS) for efficient pathfinding in unweighted graphs, Depth-First Search (DFS) for deep exploration useful in maze generation, and Swarm Pathfinding, an alternative approach inspired by swarm behavior.
Add a description, image, and links to the pathfinding-visualization topic page so that developers can more easily learn about it.
To associate your repository with the pathfinding-visualization topic, visit your repo's landing page and select "manage topics."