Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Why are areas targets get mixed up and overlap in unity when running the project?

Discussion in 'Navigation' started by mostafaHammdy, Apr 14, 2022.

  1. mostafaHammdy

    mostafaHammdy

    Joined:
    Oct 15, 2021
    Posts:
    3
    I'm working on "Indoor Navigation" project using AR with Vuforia, I have scanned the map using "Vuforia Area Target Creator" Application. I have imported the area targets to unity and I have created NavMesh. I'm following this: https://library.vuforia.com/develop-area-targets/multiple-area-targets. I'm also created NavMeshAgent and destination but when I run the project, area targets overlap and NavMeshAgent can't pass through, What is the problem ??

    My Area Targets:
    Area Targets.png

    Before Run:

    Before.jpeg

    After Run:
    After.jpeg