Amerio.Stephane Posted December 7, 2025 Posted December 7, 2025 Hello, Is there an easy way to render short video to a texture? The videos are in some files, and could be converted to any format if needed. Audio is NOT needed. I thought about splitting the video to some numbered image files (to make a flip-book like animation), but the required resolution is high, and may be inefficient. Thanks!
silent Posted December 8, 2025 Posted December 8, 2025 Hi Stephane, Engine currently supports only a single video format - ogv (Theora). You can render video using WidgetSpriteVideo and with a help of ObjectGUIMesh to assign it to any mesh with UV instead of regular albedo texture: There are some samples available as well: SDK Browser -> Samples -> UnigineScript Samples -> Objects -> gui_00 (and gui_01) Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts