Mapbox AR Pathfinder is an Android application that leverages augmented reality (AR) technology and the Mapbox SDK to provide an immersive navigation experience. Users can visually follow a virtual path overlaid on the real world, guiding them to their destination with ease.
- Clone or download this repository and launch it in Unity version 2020.3.26f1.
- Add the TextMesh Pro Essential Resources to your project by navigating to Window > TextMeshPro > Import TMP Essential Resources.
- Build the
Assets/_Project/Scenes/Mapbox AR Pathfinder
scene and deploy it to android (build may support ios).
- Unity: version 2020.3.26f1 (May support newer versions as well)
- Mapbox SDK (public api key)
- ARCore XR Plugin: Version 4.1.13
- AR Foundation: Version 4.1.7 or newer
- TextMeshPro: Version 3.0.6 or newer
- AR Navigation: Utilizes the Mapbox Vision SDK to overlay navigation instructions on the user's camera feed, creating a seamless AR navigation experience.
- Interactive Map: Users can set their destination by tapping on the map, and a 2D map view similar to Google Maps is displayed with the route highlighted.
- Real-time Route Adjustments: The app dynamically recalculates routes if the user goes off-route, ensuring accurate and up-to-date navigation guidance.