Hi!
I'm trying to create a custom EventHandler and I used to do this by inheriting from the ITrackableEventHandler interface. When I tried to do this in the latest Vuforia release it says that the ITrackableEventHandler is deprecated. Can anyone tell me how go about this matter in another way?
- Sort Posts
- 1 replies
- Last post
Custom EventHandler without ITrackableEventHandler
May 5, 2020 - 11:56am #2
Hi,
With 8.6.7 we added the capability to activate Extended Tracking per Target and with this we also changed to DefaultTrackableEventHandler.
https://library.vuforia.com/content/vuforia-library/en/reference/unity/classVuforia_1_1DefaultTrackableEventHandler.html
Thank you.
Vuforia Engine Support