Hi ,
We have working our own version of dtQueryFilter, but we noticed that when setting the SetFilterImplementation in our ARecastNavMesh, the nav modifiers like NavArea_Obstacle (or any other custom implementation) are ignored, seems like the cost is always bypassed to be Default one. Still those marked as NavArea_Null work.
We only care about overriding the getVirtualCost, the rest of dtQueryFilter methods haven’t been modified.
Any recommendations where to debug or what other method could be missing in the implementation?
Have you previously tested this case before?
Thank you.