Hello guys, I have 10 Image targets on scene. I want stop tracking only for one Image target and other Image targets will be tracking. Can you help me? :)
Probably 3 ways to do this:
- Disable an image target gameobject in the scene through code - Split targets into multiple databases and turn off a particular database - Ignore the tracking through code in the OnTrackingFound method
Any of dpizzle's solutions here sound solid to me.
Thanks,
Vuforia Support
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Probably 3 ways to do this:
- Disable an image target gameobject in the scene through code
- Split targets into multiple databases and turn off a particular database
- Ignore the tracking through code in the OnTrackingFound method