Hi All…
I am working on iPhone games. I am facing problem in running video in intro as story of game starts.
I can not run video in unity pro version. I tried using MovieTexture. But its not supported by iPhone. Pls help to get out of this problem.
Thanks in advance
Varadharaj
#if UNITY_IPHONE
iPhoneUtils.PlayMovie(“BLAAAA.mov”, Color.black, iPhoneMovieControlMode.CancelOnTouch);
Hi EricD !
Thanks for ur valuable feedback. But I used this method. When video is running, the Unity window overlaps Media player. So I can not view Media player window.
-Varadharaj