Question by
DropoutGamer · Jul 18, 2019 at 04:10 PM ·
androidunityeditorvideo
Handheld video player end on pressing back key on andriod
Hello i am playing video using handheld and i don't to skip it . but when i press back btn on mobile it gets skipped . is there any way to prevent it ???
Comment
Best Answer
Answer by DropoutGamer · Jul 19, 2019 at 06:28 AM
I did it with video player component .. with video player component video didn't get spiked on pressing back btn. i checked if video is ending using this then loaded new scene. videoPlayer.loopPointReached += EndReached;