UnityPlugin-AVProVideo
UnityPlugin-AVProVideo copied to clipboard
[iOS] FinishedPlaying is not received when seek to end.
FinishedPlaying is not received when seek to end.
Editor(Windows), android received event.
my code:
mediaPlayer.Control.Seek(mediaPlayer.Info.GetDuration());
- Unity version: 2019.4.15f1
- AVPro Video version (number and edition (trial/core/ultra/enterprise)): AVPro 2.3.3
- Operating system version:
- Device model:
- Video specs (resolution, frame-rate, codec, file size):
Are you not receiving the event on iOS or in the Windows editor?
Seeking shouldn't trigger the 'finished playing' event, because we don't count that as 'playing', i.e. this is by design. We'll need to look into why this doesn't match on all platforms and decide whether to add a flag for reaching the end via seeking.
@kahnivore Only iOS not received.