Navigation
Navigation
The Navigation Scene provides a template for building an AR navigation app using the MultiSet SDK. This scene includes pre-configured scripts and UI elements to handle Navigation Points of Interest (POIs), and utilizes Unity's NavMesh package for path detection and pathfinding.
Getting Started:
Open the Navigation sample scene and install the Unity Navigation package (com.unity.ai.navigation)
Replace the default Sample Map with your map Go to Map Space > Delete the sample Map > Add your own Map
Goto Map Space > NavigationContent > NavMesh and then Bake the surface to create paths
Create and configure POIs (Points of Interest) within your map for user navigation
Test your scene using the Editor simulator mode
Build and deploy to Android or iOS devices
Check out the tutorial below explaining the process end-to-end
Last updated
Was this helpful?