"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

Script is executed before detection of image target

Hi, 

I have image target and one empty game object as child of this image target. This child empty object has one script attached which I want it to get executed when the target is detected. 

But, As soon as I start the scene the script is getting executed before I detect the image. Any way to fix the behavior?

Regards,

Meghaksh

Hi,

Without seeing the script it is hard to pinpoint the issue :) however my assumption is that you written the instructions in Start() or Update() part of the script, this means that the script is called at start or every frame.