Is it possibile to play a video, mp4 or other format, behind the GUI in Unity3D for mobile?
Using class [MovieTexture][1] it works on desktop, unfortunately MovieTextures aren't supported on iOS/Android.
And [Handheld.PlayFullScreenMovie][2] only plays the movie in full screen.
There is some other method?
(or a solid plugin)
[1]: http://docs.unity3d.com/Manual/class-MovieTexture.html
[2]: http://docs.unity3d.com/ScriptReference/Handheld.PlayFullScreenMovie.html
↧