This is a Unreal Engine 4 Plugin that export ue4 navigation mesh data(recast mesh) to outside.
With this plugin, you can export recast Navigation data directly from the UE without going through RecastDemo.Of course I also kept the export recast navmesh.
ExportNav
button. It will create to a .bin
and .obj
file..bin
file is the export recast navigation data that is directly from the UE.You can use it in detour
..obj
file is a navigation mesh exported from the UE(unit is centimeter).Source/ExportNav/ThirdParty/RecastDemoBin
.obj
to RecastDemoBin/Meshes
RecastDemo.exe