Hello community, I am a teacher and I have created an app for my classes. After a time of not making any changes to my project, when I opened it today, I came across this message:
Could not deinitialize the tracker.
UnityEngine.Debug:LogError(Object)
Vuforia.TrackerManager:DeinitTracker()
Vuforia.VuforiaARController:OnDestroy()
System.Delegate:DynamicInvoke(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action)
Vuforia.VuforiaBehaviour:OnDestroy()
The project ran fine in the webcam view (with all 3D models and so on), but when I compile to .apk format the app doesn't recognize any bookmarks and the project throws that message.
![alt text][1]
I use the following versions:
Unity: Version 2018.3.0f2 Personal
Vuforia: version 7.5
How can I solve that problem?
[1]: /storage/temp/156342-error.jpg
↧