Hi all, I have a Video file, that is the intro to my game, and I want to play it but also have a SKIP button visible that the player can click to skip the whole video.
The game is for Android and iOS.
I have tried the Handheld.playfullscreenmovie, but this plays the video in an external player and I can’t add the skip button.
Movie texture isn’t supported on mobile platforms, and I haven’t found a plugin that works.
Some are broken and aren’t updated, while others I found simply user a MJPG format which is essentially a series of stills, inflating the movie size (past the acceptable levels that I can add to the project).
I was thinking if its possible to add a webbrowser-like object to the scene and have it play a webpage that will stream the video, but haven’t found a way to do it (with or without plugins).
Any suggestions would be welcomed, plugins/workarounds.
I have Unity PRO licence for both iOS and Android so any solution is acceptable.