Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Video How to force draw a specific frame without playing?

Discussion in 'Audio & Video' started by ghostravenstorm, Jul 18, 2017.

  1. ghostravenstorm

    ghostravenstorm

    Joined:
    Oct 18, 2015
    Posts:
    88
    I'm trying to get a specific frame from a video clip to render on my render texture before the play button is pressed. So I've been able to get this to work by setting my frame to what ever I want, minus 1, and then call StepForward(). I'm guessing there is a render call in StepForward() that I don't see in the API which I want to call manually.