I am a novice learner. I am using vuforia in unity. I want to perform some actions(e.g. displaying a message), when object is not found. I have no idea how to do this. Can anyone help??
A simple way to do this would be to display the message when the scene starts and then have the detection of an image or object disable this. You can see an example of handling image and object detection in our sample app. Take a look at the DefaultTrackableEventHandler.cs script.
Hello Binapani,
A simple way to do this would be to display the message when the scene starts and then have the detection of an image or object disable this. You can see an example of handling image and object detection in our sample app. Take a look at the DefaultTrackableEventHandler.cs script.
Thanks,
-Vuforia Support