-
Notifications
You must be signed in to change notification settings - Fork 54
Home
Chris edited this page Dec 29, 2018
·
20 revisions
This plugin provides 3D navmesh generation, and pathfinding capabilities in UnrealEngine. Alternatively, you could use the octree data structure for other purposes such as sensory occlusion etc.
The plugin is in alpha state. It is working and you can use it now, but there may be some bugs. If you find any, please create an Issue.
Some code needs cleaning up, and a profiling/optimization pass. While in alpha state, I may break the API. If you stick to using the gameplay/BT tasks you shouldn't have any problems though.
- Install the plugin (either in your project or engine Plugins/ folder)
- Add an SVONVolume to your level (this is the navigable bounds)
- Add a SVONNavigationComponent to your AI Controller or Pawn
- Call the task AITask_SVONMoveTo, easiest by using the SVON Move To behaviour tree node