Spotlight Sale: Save 50% on select Plugins now through September 16.

Dynamic Surface Navigation

BMK Games - Code Plugins - Jan 5, 2023

Adds navigation for all surfaces (ground/walls/ceilings) to UE which dynamically updates as your world changes. Works with many of UE's navigation features such as nav modifiers, nav filters, nav links and more. Works with Voxel Plugin and WorldScape.

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

The Dynamic Surface Navigation (DSN) plugin generates dynamic 3D surface navigation for AI on the ground, walls and ceilings. Works with many of UE's existing navigation features such as nav modifiers, nav filters, nav links, EQS and more. Also works on planets, Voxel Plugin and WorldScape.

 

Trailer

Guide

Discord Server


Please ask questions on the Discord Server as questions asked on the marketplace are not monitored.


Features:

  • Dynamic navigation on all surfaces (Ground, walls & ceilings)
  • Quickly updates as the environment changes
  • Works alongside native UE navigation to allow a mix of AI navigation systems.
  • - Native UE nav mesh does not need to be generated for DSN to work.
  • Inside & outside corner assist to improve AI traversal over corners.
  • Configurable dynamic corner deceleration for more realistic corner movement.
  • Per pawn angle limits which limits what angles certain AI can navigate on.
  • Per pawn angle expense multipliers.
  • - i.e. It may be more expensive for a pawn to navigate on walls & ceilings than on the ground.
  • Ability to offset the generated navigation to better control the alignment in your level.
  • - This will especially benefit blocky/voxel worlds.


Supports many of UE's native navigation features

  • EQS
  • Nav Mesh Bounds Volume
  • Nav modifiers
  • Simple & Smart nav links
  • Nav filters / Nav areas


Works with:

  • World partition / Level streaming / Server Travel
  • Voxel Plugin (Tested with v1.2 free + latest build of v2.0)
  • WorldScape (Tested with v2.5.0a)
  • Planets (Tested with Voxel Plugin planets & large sphere meshes) 

Technical Details

Code Modules:

  •  SurfaceNavPlugin (Runtime) 


Number of C++ Classes: 20+

Network Replicated: Not needed, navigation is server-side only for networked games

Supported Development Platforms: Windows / Linux

Supported Target Build Platforms: Windows / Linux

Documentation: DSN Docs

Example Project: Demo Project