Hi unity developers.
Today i got some bad experience with 2 equal ImageTargets tracking on one screen.
I need detect 2-3-4 not unique image targets at one time , but i cant do this.
When i show 2 ImageTargets , vuforia detect first , but ignore second.
I try ducblicate "ImageTargetBehaviour" GameObject on my scene , but its dont fix this issue;
I try upload absolute copy of my target into Develop->TargetManager , and create on scene 2 GameObject with "ImageTargetBehaviour" but different "ImageTarget" field. And its dont fix my problem again.
I change "MaxSimultaneous Tracked Images" and
"MaxSimultaneous Tracked Objects" variables from 1 to 2 , I did not get the waiting result !
If anyone have some ideas or answers - please write on comments.
I really need help T_T
Unfortunately, as far as I know, there's no way to detect multiple identical image targets. You'll have to make them different in some way or look elsewhere.