Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 682 Bytes

CoverSystem

Real-Time Dynamic Cover System for Unreal Engine 4

See my article: https://horugame.com/real-time-dynamic-cover-system-for-unreal-engine-4/
Or my presentation, click on the PowerPoint logo: https://horugame.com/cover-system-talk-and-slides/

- You'll need to CLONE the project! Zip downloads don't work as I'm using git-lfs for storing binary files.

Key features:

Data generation:

  • navmesh edge-walking
  • 3D object scanning

Data persistence via octree

Navmesh error-handling

Multi-threaded, asynchronous cover generation

Real-time dynamic updates via Recast events

Profiler integration

Runs on UE 4.22