A* Pathfinding Project
4.3.7
The A* Pathfinding Project for Unity 3D
|
This page shows you how to install the package.
Usually packages can simply be imported into Unity, however the A* Pathfinding Project has a few dependencies that need to be taken care of.
Before importing the package, open the Unity Package Manager under Menubar => Window => Package Manager. Then you need to find and install the Burst, Mathematics, Entities, Collections and Jobs packages. You also need the Unity UI package, however this is usually installed by default.
After you have done this you can import the package and it should compile without any errors.
Make sure you have already installed the dependencies from the previous section. The project can be downloaded from here. You can either download the free version with some limited features (but still very powerful) or buy the pro version which has more cool stuff included.
You can continue with the Get Started With The A* Pathfinding Project tutorial when you have done this.