Question by
rlghksdldy0 · Nov 18, 2020 at 07:37 AM ·
video
[avpro]I want to play from the middle of the video.
I want to play from the middle of the video. But no matter how much I look, I can't see it. Unity's Video Player can do
vp.Prepare(); while (!vp.isPrepared) yield return null; vp.time = 27; vp.Play();
but avpro doesn't know. Help me teacher.
Comment