Hi, I’m new to A*Pathfinding Project. I’ve recently got it working in a game and I’ve run into a strange issue. I am using a modified player loop to handle pausing my game. I noticed upon restoring the default player loop that my AI entities no longer move. I’ve tried several things to get them going, but they remain idle, with no errors being reported.
I’m currently using a recast graph with the Follower Entity script.
Currently my modified player loop simply removes all systems with the term “physics” in them.