Hello everyone,
I am developing an iOs game in Unity 5.1.1 using il2cpp.
I have written a short script that plays a cutscene at the start of the first level.
Handheld.PlayFullScreenMovie( "CutsceneConv.mp4", Color.black, FullScreenMovieControlMode.CancelOnInput, FullScreenMovieScalingMode.AspectFit );
The cutscene plays so it is not a wrong URL issue like the most other posts I found in my search. But it is not placed right as you can see in the image. I run the code inside a coroutine however I also tried it outside coroutine and ended up with the same result so i don’t believe that makes a difference.
Anyone can help me with this issue.