/Daydream

Pathfinding with A* in Unity

Primary LanguageC#MIT LicenseMIT

Daydream

This is a simple implementation of the A* pathfinding algorithm implemented in C# with Unity Engine. You control a little yellow robot.

Screenshot

The algorithm was built based on this Pathfinding tutorial.