Search Unity

Video VideoPlayer.frameReady question

Discussion in 'Audio & Video' started by shoo, May 26, 2017.

  1. shoo

    shoo

    Joined:
    Nov 19, 2012
    Posts:
    67
    Does this callback called when new frame was rendered, or does it only says that the new frame is ready for rendering, but previous frame is still visible for player?
    I need to stick for each particular frame, but I guess VideoPlayer.frame would lose some frames inside Update() function, especially on 60 fps videos.
     
  2. AccentDave

    AccentDave

    Joined:
    Nov 16, 2015
    Posts:
    43
    Did you ever get an answer on this? I have the same question