Search Unity

Video Is it possible to convert a video clip into a Texture2D?

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

  1. sydrose97

    sydrose97

    Joined:
    Jul 10, 2017
    Posts:
    1
    I have a project I'm working on that I need to get the color information from pixels within a video. I was planning on using Texture2D.GetPixel for that. Only problem is, I can't figure out a way to make it work with a video clip.

    All help is appreciated! I'm relatively new to Unity and C#.