I want to put a skip button on a movie playing.
In order to play a movie, I coded like this, which is from Unity Doc.
Handheld.PlayFullScreenMovie ("StarWars.mp4", Color.black, FullScreenMovieControlMode.CancelOnInput);
It can make me skip the movie when I touch the screen.
However, what i want to do is when I touch only “Skip Button”, skip the movie.
I tested it and failed.
Is there any good way or links helpful?
Give me any ideas. Thanks.