"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Changing the ImageTarget at runtime

Hi,

I'm trying to change the ImageTarget at runtime but I can't find what I have to do. I need to instantiate a prefab and dynamically set the ImageTarget.

I don't seem to have access to the dropdown menu in script and I don't see any method or variable related to that list of targets.

I already tried multiples examples but none of them seems to work (for example, this one https://developer.vuforia.com/forum/faq/unity-load-dataset-setup-trackables-runtime don't work because the object tracker is always null).

Can someone help me to change the image target at runtime ? Is it even possible ?

Hello DJacquemin,

When are you running this? Is your VuforiaBehaviour object disabled? The ObjectTracker should only be null if Vuforia isn't activated unless you have manually disabled this.

Thanks,

Vuforia Support

Hi Strasza,

I tried to run the script in an empty GameObject with and without some targets activated.

This method always returns null : TrackerManager.Instance.GetTracker<ObjectTracker>();