Hey all,
So ive been going through the pathfinding tutorials.
So my setup is currently quite simple. Ive used the turret pathfind tutorial to make my mouse point the target. So as the enemy spawns it heads to the current target however once it reaches the target, the enemy sits there at the that location even though ive moved my mouse. How do i have the enemy constantly follow my mouse with pathfinding?
I understand there is the move object to target location but then there is no pathfinding. Is there a way to implement both?
Thanks in advance!