I have a AR video in my Unity project that has been working great. I imported a different target prefab and installed in Unity. I attached the data set to the target and selected my target image. On the AR camera I put a check mark next to my dataset. When I run the build on my iPad or webcam I see no video. Sometimes I can hear it and sometimes not
i get the following comments in my console
Num trackables detected: 1
UnityEngine.Debug:Log(Object)
QCARManagerImpl:InitializeTrackableContainer(Int32) (at Assets/Qualcomm Augmented Reality/Scripts/Internal/QCARManagerImpl.cs:398)
QCARManagerImpl:Update(ScreenOrientation, CameraDeviceMode, VideoModeData&) (at Assets/Qualcomm Augmented Reality/Scripts/Internal/QCARManagerImpl.cs:285)
QCARBehaviour:Update() (at Assets/Qualcomm Augmented Reality/Scripts/QCARBehaviour.cs:441)
Playing videos is currently not supported in Play Mode.
UnityEngine.Debug:LogWarning(Object)
VideoPlaybackController:Update() (at Assets/Scripts/Vuforia/VideoPlaybackController.cs:112)
Any ideas on how to fix this? Thank you.
Trouble shooting ideas?