Devlogs
Version 1.2.1 released
Posted March 28, 2026 by Avram
#bugfix
Version 1.2.1
Version 1.2.1 brings the following changes:
- Fixed video textures not working in GDevelop 5.6+ — Video textures (from resource and URL) were broken due to changes in GDevelop's rendering pipeline. Rewrote the video texture system to use a Canvas-based intermediary with
TextureLoader initialization, ensuring compatibility with the latest GDevelop versions.