Skip to content

Initial Release

Choose a tag to compare

@BlenderSleuth BlenderSleuth released this 19 Mar 13:49
· 5 commits to main since this release

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");