Import package
Instructions for extracting integration package
Last updated
Instructions for extracting integration package
Last updated
You can use A* Pathfinding Project for your project's pathfinding system. To do that you must first add the A* Pathfinding to your project, if you have not done this yet. Without adding the 3rd party pathfinding solution first, extracting the package in the next step would cause errors for Unity and it's C# compiler.
At this point, you should already have the Unit Formation package (steps for package) imported in the project. To import the integration for A* Pathfinding, locate the AStar Pathfinding Project Integration
file which can be found in folder Assets/TRavljen/Unit Formation/Integrations
and simply double click the file.
With this done, you can follow the next steps to complete the integration in your project.