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