Hello! I'm having trouble with the new Unity 2017.2 and tracking multiple image targets.
This is not a multi-target tracking issue, but rather I want to be able to pull up different information on different products based on the target image. So a baseball would have it's own tracking target with its information and the baseball bat would have its own tracking target with it's own information.
The problem that I am having right now is that when I have multiple image targets in the scene, and I try to configure one of them to track a specific target, it will automatically configure the other targets in the scene with the same settings. Now admittedly I'm new to vuforia as Native Unity feature in 2017.2 but I had no problem having multiple image targets with varying configurations in Unity 5.6. Has something changed or am I missing a setting somewhere?
Hello numedia,
It sounds like you've created a Unity prefab of your image target, thus causing modifications of the prefab to modify all instances of it. You can read more about Unity prefabs here: https://docs.unity3d.com/Manual/Prefabs.html
Thanks,
-Vuforia Support