Search Unity

Is it possible to close a video using double tap with Handheld.PlayFullScreenMovie ?

Discussion in 'Android' started by AnonDreamer, Feb 9, 2016.

  1. AnonDreamer

    AnonDreamer

    Joined:
    Oct 28, 2014
    Posts:
    30
    Hi there !

    So i'm working on an android / ios game, the video i need to play works just fine using "Handheld.PlayFullScreenMovie".

    But here is my problem, instead of using the "FullScreenMovieControlMode.CancelOnInput" option to close a video, i would like to implement a double tap to close the video, instead of a single tap. (which could be a user mistake)

    But when i try to get the mouse click event, it doesn't seem to be triggered when the video is playing :s.

    So, is there a way to kill a video using "custom input" when it's played using "Handheld.PlayFullScreenMovie" ?

    Thanks for reading :)