Hello! I would just like to know if I can make my agent keep rotating towards the player even if I have the Can Move variable disabled. Thanks!
Hi
You can use hook into the movement code to do this. See IAstarAI - A* Pathfinding Project
Though it might be easier to just set speed=0 instead of canMove = false.