Demonstration Video (Watch the video to see what it’s capable of)
Documentation Link
Playable Demo
Quick Start Tutorial Video (First time setup guide)
Example Project (You can try it after you bought the plugin)
Discord
Roadmap navigation is a multi-threaded tool used for path finding in very large worlds; mostly used for open-world games.
Road is just a metaphor here, it can be any specific area as long as you can detect that area by blueprints.
The path finding will execute on a custom navigation grid and it has nothing to do with UE4 built-in navigation system.
What can you use it for
Path finding within custom areas like roads
Path finding for AI agents
Find a path between 2 points in a huge world
Draw path on a map
Navigation only gets generated once and after that, it will be loaded from disk, the generated file will be store in project content so that the players don’t need to generate it after they bought your game. (you can also disable saving/loading feature entirely)
The plugin is designed to fulfil any game’s needs.
You can read the documentation before buying the plugin to see how it exactly works.
A simple minimap is also included with the plugin to show the found path.