I have multiple objects that move one at a time using the NavMesh system, but when an object at rest is in the path of a moving object, the one at rest is pushed out of the way and doesn’t return to its original spot. I would like the moving object to navigate around the fixed one, I have already tried this through the NavMesh Obstacle component, but that doesn’t seem to work. I was wondering if it is possible to navigate around the fixed object.
Correction: The object will sometimes push through the obstacle, it seems to be random, but most of the time the object goes around but other times it does not.