I have a navmesh and pathfinding that is basically perfect for me that I built using the code from Sample_SoloMesh. But later I found out about dtTileCache and would like the dynamic obstacle feature. My issue is that the navmesh generated from the code in Sample_TempObstacles appears to be incomplete compared to that from Sample_SoloMesh. I'm guessing that these lines are making the difference:
Would it be possible to build an identical mesh, presumably from this point in the Sample_TempObstacles code:
I've also tried copying the code exactly for building the navmesh from Sample_SoloMesh into the build code for Sample_TempObstacles but for some reason the tile cache wasn't working when I did that.
Help on this is greatly appreciated!