- Home /
Error with URL video for AR
I'm doing an augmented reality app with Unity and Vuforia. I need to insert 30 videos in the app, which would make it very heavy, so I want to put the videos in URL.
But when I play in the scene with everything ready and the URL of the video inserted happens the following error:
Unable to start ObjectTracker. Your hardware may not support it. UnityEngine.Debug:LogError(Object) Vuforia.VuforiaARController:StartAfterInitializationCompleted() Vuforia.VuforiaARController:UpdateState(Boolean, Boolean) Vuforia.DigitalEyewearARController:Update() System.Delegate:DynamicInvoke(Object[]) Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[]) Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action) Vuforia.VuforiaBehaviour:Update()
What would that be and how can I resolve it?
Your answer
Follow this Question
Related Questions
ARKit vs ARCore vs Vuforia vs 8th Wall 4 Answers
How to play a video in android without any target. Just the video when the scene is loaded 0 Answers
Vuforia: How to play video on another screen till the end after target is detected? 0 Answers
How can you stop 3D model from flickering within Vuforia AR app 2 Answers