- Home /
Question by
Hyperactive · Oct 10, 2018 at 11:26 AM ·
renderingvideovideotexturerender texture
Can unity render part of a video frame
Hey All.
Quick question. Is it possible to render only a selected section of a video. For example, if I have a 1920x1080 video, and I just want to play the left half of it on a full texture. So selecting the left 960x1080, and then having that on a texture rather than the full 1920x1080.
Thanks! Hyper
Comment
Answer by Zaeran · Oct 12, 2018 at 03:51 PM
This can be done with UV mapping. If you map the object your texture is applied to so that only half of the texture is used, it will only show that section :)
Your answer
Follow this Question
Related Questions
Spritesheet vs Video 1 Answer
Unity Movie Texture - Skipping First or Last Few Frames 0 Answers
VideoCodec module in Unity 0 Answers