Skip to content

Releases: BlenderSleuth/FlyingNavSystemSupport

Update to FNS 1.0.8

14 Jan 02:50
6e1fdff

Choose a tag to compare

Updated FlyingNavBenchmark to support FNS version 1.0.8

Initial Release

19 Mar 13:49

Choose a tag to compare

First Release after publishing to Marketplace.
FlyingQuickstart.zip is a BP-only project that requires the Flying Navigation System plugin to be installed.

FlyingQuickstartPackagedWin.zip is a Windows packaged version for convenience. Please Note:

  • Outside the boundary, the AI won't use pathfinding and will just use a straight line towards the player.
  • Escape key to quit.

FlyingNavBenchmark is a C++ project that requires the Flying Navigation System plugin to be built from source by copying it to the project's Plugins folder. The line below in FlyingNavSystem.Build.cs needs to be uncommented for this project to compile:
PublicDefinitions.Add("PATH_BENCHMARK=1");