michaeltchapman / ManualNavMesh

Sample Unreal Engine project for creating Detour NavMeshes manually

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample Unreal Engine project for creating Detour NavMeshes manually

License:MIT License


Languages

Language:C++ 99.1%Language:C# 0.9%Language:C 0.0%