Hi, I have a question about using AVPro in Android.
I want the video to play to the end and then stop.
after stop then move to first frame of the video.
In fact, In Editor (Unity 2018.4.7f1, OSXEditor) is working fine.
But when I build a project to apk file for my phone(Android galaxy s10e, Highest API)
It didn’t work the way I wanted it to.
In your test demo scene (03_Demo_VideoControl).
OnVideoEvent(…)
switch FinishedPlaying:
PlayingPlayer.Control.Seek(0);
PlayingPlayer.Control.Stop();
break;
It didn’t work the way I wanted it to.
Please check this thread. thanks! : )