"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

Replacing ImageTarget trackers

Hi all. I'm download all SDK and every example works fine, but now in ImageTargets example I want to replace chips and stones for my own generates images with Target Management Tool. I've generated my target (xml & dat) for a image with 4 star rating, and replace config.xml and dat files into the original project, compiling and running OK on the device the app is not able to track the image and show the teapot. Has someone tried that and works for there? Thanks in advance.

Hi, Are you using the native SDK, or the Unity extension? If your trackables have different names than "stones" and "chips" then you need to tell the system those new names.

Hello Steve, I did it but does not work... are you sure the only change is to replace the string with the name ("stones") in renderFrameQCAR? I checked the code and did not find any other place to replace with my own trackable, but maybe I am missing something Thank you!!