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.
- add the plugin to the project and enable it.
- Launch the Project in Editor, Click the
ExportNavbutton. It will create to a.binand.objfile.
- The
.binfile is the export recast navigation data that is directly from the UE.You can use it indetour. - The
.objfile is a navigation mesh exported from the UE(unit is centimeter).
- Open The Plugin
Source/ExportNav/ThirdParty/RecastDemoBin - copy
.objtoRecastDemoBin/Meshes - run
RecastDemo.exe


