"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

Displaying splash screen when trackable is lost

Can anyone point me in the right direction. Fairly new to code and the majority is being done via Playmaker and other visual methods.

Hi mohvisuals,

If you look at any Image Target, you'll see that there is a DefaultTrackableEventHandler script attached to it.  Then if you open this up in MonoDevelop you will be able to see the following methods:

It partly depends on how you are doing your splash screen, but typically you would do this as the first, possibly the only thing that you would do in the OnTrackingFound() method.  The rest of the code in this method simply enables the children of the Image Target.