Hi
Currently I'm working on a mobile app, using Unity and Vuforia.
I noticed that the Android build crashed every time on random moments, when extended tracking was enabled and the object was visible for the camera.
So after changing a lot of player settings and scripts without success, I made a simple project with only one tracker image that triggers a 3D-object with particle effects.
Even this simple scene managed to crash on Android.
Eventually not knowing what could cause this crash, I changed the target image to one of the built-in images from Vuforia (Mars Astronaut), and miraculously the crash didn't occur anymore. I could even drain the Android phone's battery completely without a crash.
Afterwards, I checked the settings of the Astronaut target image from Vuforia and noticed that its scale was only 0.12065, while my own images had a scale of 10. When I uploaded new target images in the Vuforia database with scale 0.12065, the crash was gone.
Now can someone give me more information about this and tell me why it does crash on target images with a scale of 10 for example?
grtz
HI, Any updates since January the 18th, or any fixes that have been deployed since then?