I'm building a video display in Unity 3D using the Easy Movie Texture asset and everytime I try to play my mp4 file on the video manager object my video skips and jitters (specifically in my iOS build, haven't deployed to Android yet). Has anybody else had this experience with the Easy Movie Texture with iOS? And if so, what were your solutions to solve it? Mind you I've tried OGV files and MOV files and they don't play well either.
Asked
Active
Viewed 593 times
1
-
Forget about EasyMovieTexture. See [here](http://stackoverflow.com/questions/41144054/using-new-unity-videoplayer-and-videoclip-api-to-play-video) for how to play video in Unity. – Programmer May 13 '17 at 15:41
-
Thanks for your response. Does it work in VR as well? – Newbie May 13 '17 at 16:14
-
Yes. It does work with VR – Programmer May 13 '17 at 16:15
-
The nice thing about the Unity 5.6 stuff is that it'll re-transcode your videos for you if you check that box. But Easy Movie Texture also works great for me, so I'm guessing the problem is something else. – livingtech May 18 '17 at 00:39