"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

When image target is detected, trigger a new scene.

Just curious on how I would implement this. I want to transition to a different scene when an image target is successfully recognized and is there a way to send information about the image target to the triggered scene? 

I want to create a script for it, but I don't know where to look in the documentation.

Also, when working with multiple image targets, do you just lay them out in a unity scene under the main AR camera? I would prefer to do it programmatically instead of having a hundred images laid out in a scene.

Thanks.

 

As to the first part of your question.  Replace DefaultTrackableEventHandler on an image target with something like this.  Maybe use some static variables to pass along data.

Hiya, did you ever get the solution to your questions? I am interested in activating the recognition of certain targ et images based on the "discovery" of the previous target image. Thanks!