A* 2D Grid Pathfinding for Unity
Effortlessly implement pathfinding in your 2D grid-based Unity projects with this optimized A* algorithm solution.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Tools › Behavior-ai
- Developer:
- CopiumProductions
- Price:
- FREE
- Rating:
- Favorites:
- 90
- Supported Unity Versions:
- 2021.3.18 or higher
- Current Version:
- 1.2
- Download Size:
- 667.34 KB
- Last Update:
- Mar 5, 2024
- Description:
- This package provides a comprehensive pathfinding solution for 2D grids using the A* algorithm. It includes optimized scripts, documentation, demo scenes, and sample code to help you quickly and efficiently implement pathfinding in your projects. With this package, you can save time and focus on other aspects of your project.
- Technical Details:
- The package offers two pathfinding methods: asynchronous and synchronous. The asynchronous method, GeneratePath(), calculates the path without blocking the main thread, while the synchronous method, GeneratePathSync(), is suitable for cases where blocking is not an issue. It supports both boolean and float cost maps, as well as Euclidean and Manhattan distance heuristics. The pathfinding methods return a list of (x,y) coordinates representing the path from the start to the goal.
- Continue »