paulbreuler / Pathfinding

A* path finding setup in Unity based on 3D grid
MIT License
20 stars 4 forks source link

Rapid target position changes cause some AI to miss update trigger. #6

Open paulbreuler opened 6 years ago

paulbreuler commented 6 years ago

When updating path many times some AI will continue to follow their existing path rather than update. The issue is always resolved in the next update of the target but this could result in odd behavior.

paulbreuler commented 6 years ago

The issue only reproduces when there are 2 or more AI in the scene