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

Question Track the same image twice with AR Foundation and ARTrackedManager ?

Discussion in 'AR' started by A_Stry, Jan 15, 2021.

  1. A_Stry

    A_Stry

    Joined:
    Jan 5, 2021
    Posts:
    5
    Hi,

    As I wrote in the title, I search for a way to track the same image more than once time.
    For a bit of context, when I track an image, there is no prefab that spawn, only a canvas that appear on the screen with a riddle, and the idea is that, when people resolve the problem, they track again the same image to type the answer.
    At the moment, the only solution that I have found is to reset the ARSession, but I'm pretty sure that there a better way to make this, but I don't know what is preventing the possibility to track the same picture twice.
    So, if someone have an idea on how to get around that or, at least, can explain to me what "turn off" the tracking of this image, it would a great help !

    Have a nice day, Stry.
     
  2. ainara4holition

    ainara4holition

    Joined:
    Aug 7, 2020
    Posts:
    18
  3. KyryloKuzyk

    KyryloKuzyk

    Joined:
    Nov 4, 2013
    Posts:
    1,128
    Current implementations of ARKit/Core can only track one distinct image at a time and will ignore all subsequent identical images.
     
    TreyK-47 likes this.
  4. A_Stry

    A_Stry

    Joined:
    Jan 5, 2021
    Posts:
    5
    Hi, sorry for the late.
    Thanks for the quick reply, so I guess there is no way to get around this ?
    Hope this will be added in the future ! Until then I will do my project in another way.