Track the same image twice with AR Foundation and ARTrackedManager ?

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.

Hi! I posted a similar question - sorry I hadnt seen this.
Hope someone has a good suggestion

Current implementations of ARKit/Core can only track one distinct image at a time and will ignore all subsequent identical images.

1 Like

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.