![]() |
FirstModulAR 0.1.0
|
The FMAR Pathfinder utilizes the NavMesh system to generate a line-renderer based path to a target destination point of interest (from the FMAR Points of Interest package)
Navigation to a new destination can be triggered by triggering a link to "pois/navigate" with the desired POI. Alternatively, one can directly call SetPoi(PointOfInterest poi) to navigate to a POI. Using either of the two above methods with null will clear the path.

The pathfinder navigating the user around an obfuscated object to a point of interest.