Search Unity

Video Unity 5.6.0f3 VideoPlayer frame never reaches frameCount on OSX only

Discussion in 'Audio & Video' started by Rob-Davis, May 15, 2017.

  1. Rob-Davis

    Rob-Davis

    Joined:
    Jan 10, 2012
    Posts:
    21
    Playing a video in the editor or standalone on OSX, it reaches a frame 1 to 4 frames lower than the frameCount. Because frame never equals frameCount, testing for this to know that the video ended fails.

    The same video when played on Windows (using the same files and code) plays until frame = frameCount.