Is there anyway to add an instance based list of obstacles to a pathfinding behavior? I have an object that wants to avoid objects of the same type, but because it is the same type as the objects it wants to avoid the pathfinding doesn't work properly.
Thank you.