Namespace AutoBattleFramework.Movement
Classes
ApproximateAstarMovement
The characters will move, if possible, every two cells for a more natural movement.
ExactAstarMovement
The characters move through each of the squares towards the target square. If a more natural movement is desired, look at ApproximateAstarMovement
IBattleMovement
Determine how the characters move and choose the target.
PathFinding2D
A* algorithm, used by GameCharacter to move through the BattleGrid. This script is a modification of UnityPathFinding2D, under MIT license. The original script can be found at: https://github.com/folospace/UnityPathFinding2D