Hi there,
I am currently using Unity 4.0.0f7 and Vuforia-unity-android-ios-2-0-31. I tried the VideoPlayback-2-0-7 in ios 6 but at the end of the video, the player stops and says he is loading. He doesn't come back in the application. It works well for is I push "Done".
Another strange thing is that I don't get the player status. I just Get Ready or Playing there is no handle for Stopped, reachedEnd etc...
Does somebody have any idea about that ?
Thanks a lot for your help !
Regards.
For others facing the same problem and seeking a solution
The best/easiest/most uniform alteration that I have found for this is documented there
https://developer.vuforia.com/forum/general-discussion/vuforia-video-playback-fullscreen-ios
and consist of a small alteration within VideoPlayerHelper.cs at line 220 to force Handheld.PlayFullScreenMovie for iOS (and not only Android) - keeping out of the faulty iOS6.0 end of movie problem.
It then behaves same as on Android (plays portrait if your app is portrait mode) and you can prohibit the "full control" if you need to.