3D Navigation Plugin

Ok so the full steps for getting a project working will be :

  1. Download as zip from GitHub - midgen/uesvon: 3D navmesh generation and pathfinding plugin for UnrealEngine
  2. Extract the folder into <YourProjectFolder>/Plugins/uesvon/
  3. Right click your .UPROJECT file in <YourProjectFolder>, click ‘Generate solution files’
  4. Now open the <YourProject>.sln file in Visual Studio
  5. Build the solution, and launch
  6. Find the Plugins window in the editor, and make sure the UESVON plugin is enabled.
  7. Restart the editor for good measure

You should now be able to add the SVONVolume, and create blueprints based on SVONAIController.

Alternatively, just download the demo project GitHub - midgen/CashDemo: Demo project for CashGen, UnrealFastNoise, GOAPer and open

Demos/UESVON/UESVON_Demo.umap

1 Like