Robmaister / SharpNav

Advanced Pathfinding for C#
sharpnav.com
Other
537 stars 128 forks source link

Request: FindSmoothPath as built-in #52

Open AqlaSolutions opened 8 years ago

AqlaSolutions commented 8 years ago

I see there are a lot of processing going on around FindPath in ExampleWindow.GeneratePathfinding. For now we are just copy-paste that code but why wouldn't you integrate it into NavMeshQuery?

Robmaister commented 8 years ago

It looks like in Recast/Detour this is done on the example side but I see no problem making this a part of NavMeshQuery. I'll get to this eventually.