Godot Daily: Platform Fixes and Editor Improvements
Eleven pull requests were merged yesterday addressing Android template builds, Vulkan HDR rendering, X11 focus handling, and various editor UI fixes. The updates span multiple platforms with particular focus on export functionality and input handling.
Duration: PT2M
Episode overview
This episode is a short developer briefing from Godot Daily.
It explains recent repository work in plain language.
- Show: Godot Daily
- Published: 2026-05-19T10:02:13Z
- Audio duration: PT2M
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, I'm your host with Godot Daily for May 19th, 2026.
Yesterday brought eleven merged pull requests targeting platform-specific issues and editor improvements. M4gr3d merged a fix for Android template builds, restoring the ability to use the `--main-pack` argument safely with bundled files. This addresses a regression from earlier security changes while maintaining…
Bruvzg contributed two key fixes - one resolving credit roll display issues in the project manager, and another fixing export notifier functionality across all platforms. The export fix touched nine files, streamlining the notification system across Windows, macOS, Linux, and web platforms.
Paperzlel addressed a false positive error in Vulkan's HDR format detection, fixing synchronization issues between Vulkan drivers and Wayland that were causing incomplete format queries. Meanwhile, norepro fixed X11 focus handling to properly release pressed input events when applications lose focus.
EdwardChanCH delivered two editor improvements: fixing 3D grid snap precision to use proper float step values, and restoring missing keyboard shortcuts for "Open In Editor" functionality in inherited scene roots.
Van800 refined…