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:

  1. Open the Navigation sample scene and install the Unity Navigation package (com.unity.ai.navigation)

  2. Replace the default Sample Map with your map Go to Map Space > Delete the sample Map > Add your own Map

  3. Goto Map Space > NavigationContent > NavMesh and then Bake the surface to create paths

  4. Create and configure POIs (Points of Interest) within your map for user navigation

  5. Test your scene using the Editor simulator mode

  6. Build and deploy to Android or iOS devices

Check out the tutorial below explaining the process end-to-end

Last updated

Was this helpful?