Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Behavior AI
1/7
This is a pathfinding tool for 2D grids using the A* algorithm. With this tool, you can save time and effort in developing your own pathfinding system and focus on other aspects of your project.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2021.3.18f1
Not compatible
Compatible
Not compatible
Description

This package provides a pathfinding solution for 2D grids using the A* algorithm. The package includes a set of scripts that can be easily integrated into a Unity project. The package is optimized for performance, making it efficient even for larger grids. It also includes documentation, demo scenes, and sample code, making it easier for you to learn and use in your projects. With this package, users can implement pathfinding in their 2D grid-based projects quickly and efficiently.

Technical details
  1. Asynchronous pathfinding: The package provides an async method GeneratePath() that calculates the path asynchronously using the A* algorithm, which can be useful in avoiding blocking the main thread in Unity.
  2. Synchronous pathfinding: The package also provides a synchronous method GeneratePathSync() that calculates the path synchronously, which is suitable for cases where the blocking of the main thread is not an issue.
  3. Supports both boolean and float cost maps: The package supports two types of 2D maps: boolean maps that represent traversable/non-traversable tiles and float maps that represent the cost of traversing tiles.
  4. Supports both Euclidean and Manhattan distance heuristics: The package supports two types of heuristics to estimate the distance between the current node and the goal node: Euclidean distance and Manhattan distance.
  5. Returns a list of coordinates: The pathfinding methods return a list of (x,y) coordinates representing the path from the start to the goal.

AStar 2D Grid Pathfinding

(5)
82 users have favourite this asset
(82)
FREE
87 views in the past week
License type
File size
667.3 KB
Latest version
1.2
Latest release date
Mar 5, 2024
Original Unity version
2021.3.18
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR
FREE