Is it possible to draw texture on a movie playing?

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.

On mobile the movie playback happens with Unity paused. It’s not possible to use Unity to superimpose textures over the movie.

Thanks. and sorry about reply late. I forgave it out. Thanks .