You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A* Search prototype in Unity. This project uses a world decomposer to create a grid of valid and invalid positions, then uses an A* algorithm for enemy tank pathfinding. View EnemyAStar.cs and WorldDecomposer.cs to copy the algorithm.