"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

Recognize Marker Only once

Here is my issue, i am woking with vuforia in Unity and since Vuforia is doing the recognition in live, i want to know if i can set the marker recognition once, because i dont want to stay in the camera recognicing the marker, i just want to recognize the marker once to move to a different scene and not staying in the camera recognition process.

.

In the DefaultTrackableHandler Script, you can place the Application.loadlevel code there in the OnTrackingFound Function/Method...