Update path of pathfinding

It seems that path calculation only takes place before the object is moved, and is not updated, so moving obstacles are not avoided.
Multiple enemies run into each other and teleport if the separate action is used.
The correct path should be rechecked at each node or every frame, depending on how resource-intensive that is.

3 Likes