Add A* Pathfinding support for movement components in Unity.
A* Pathfinding is a pathfinding solution by Aron Granberg. The script adds the A* AI Path component type for movement components (e.g. for moving to an interaction or combatants).
The movement component will use anĀ AI Path component (from A* Pathfinding) for movement – for the best setup, add the component to your moving game objects
This script is available for free, the latest version is 1.0.
Adding the Script #
Before importing the script into your Unity project, make sure you’ve got ORK 4 RPG Framework and A* Pathfinding imported in it. You’ll need at least ORK 4.0.0. and A* 4.2.17 (the free version).
The script will be imported into Assets/Gaming Is Love/ORK Framework 4/Plugins/Scripts/AStarPathfindingMovementComponent/, but you can move it to a different location if you want.
After importing, you have the A* AI Path component type available as a movement component.

