Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 796 Bytes

ManualNavMesh

A Sample Unreal Engine project for creating Detour NavMeshes manually

This repo acts as a reference and demonstration for the ideas presented in two blog posts here and here. A simple but large procedural terrain is created which will take Recast significant time to process in order to facilitate pathfinding from one side to the other, while the debug actor has an editor callable function that will generate the entire thing in approximately 100ms.

Plugins

Uses UnrealFastNoise by midgen for smooth procedural generation of heights.

Compatability

Tested with Unreal 4.22 and 4.25

Author

Michael Chapman