MediaPlayer for IOS ?

Hello, Hope this is the correct place to ask.

Im looking for a plugin that can play offline local videos with pause / stop buttons. something that give me those simple options.

I saw AVpro / Universal / MPMP and other high rated plug-ins but on their screen shots I can’t see play / pause buttons.

What plugin supports that?

Thank you.

I would just use something like easy movie texture, and simply make my own UI for it.

it is possible but deadline is short, is there something ready ?

Why not just download a native player from the app store? This isn’t really what Unity is designed for.

or simply Unity - Scripting API: Handheld.PlayFullScreenMovie ? fills all the requirements you listed

1 Like

Thank you ! i will try this out and report how it went

Just a note: 5.6 Beta has the new VideoPlayer system for Video Playback. Its significantly better than MovieTexture!
https://blogs.unity3d.com/2016/12/13/unity-5-6-beta-is-now-available/

2 Likes

Hey Andy, is there any documentation on using the new Video Player system with Uinty’s UI system?

Right now the only way I can figure out how to do it is by setting the VideoPlayer Component to have the Render Mode of Render Texture then assigning that Render Texture to a Raw Image Component’s Texture field. Is this the correct way or have I missed something more obvious?

Any help you could give would be mightily appreciated!
Thanks, Best!
TSLoire