- Home /
Is it possible to play a movie on Android OS?
This is an Android question. I'm well aware that movie textures is possible on the Web and Iphones. I would like to display a movie in my "0" scene. If it is possible, any advice on how to do it would be appreciated. Thanx ps Please just make a "comment" if you do not have a specific answer. Thanx
Answer by Wentzel · Nov 12, 2011 at 04:04 PM
iPhoneUtils.PlayMovie could work with Android as Movie Textures are not supported on Android.
Answer by enblomquist · Jul 31, 2012 at 09:11 PM
Could someone be more specific on how to utilize that function?
Answer by Pieces.Alex · Oct 24, 2012 at 11:42 AM
I know this thread is old. But
Handheld.PlayFullScreenMovie()
works fine. Remember that movie(s) need to be in a folder named "StreamingAssets".
You will likely want to put it in a IEnumerator function and yield it so that you know when it is done so you can load the next scene, just a hint.
Handheld.PlayFullScreen$$anonymous$$ovie really has some bugs on some android devices.