Search Unity

Video Getting specific frame of VideoClip asset.

Discussion in 'Audio & Video' started by Kasper_OmsK, Jul 16, 2017.

  1. Kasper_OmsK

    Kasper_OmsK

    Joined:
    Jul 9, 2015
    Posts:
    47
    Hi there, simple question.
    Is there a way to get a specific frame of a video clip asset ?
    Like :

    Code (CSharp):
    1. myClip.getFrame(30); // returning the frame index 30 as a texture2D or something ?
    I searched the forum & google but the only results I get are about getting the total frame count etc..
    Thanks in advance.