Godot Daily: Weekly Recap - Editor Polish & Platform Stability
This week brought focused improvements to editor functionality and cross-platform stability, with fixes for macOS color picker permissions and Android editor compatibility alongside significant GDScript debugging enhancements.
Duration: PT2M38S
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-04-27T00:00:00Z
- Audio duration: PT2M38S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Welcome to Godot Daily for the week of April 20th through 27th, 2026.
One pull request merged and 30 additional commits this week, focusing on editor improvements and platform-specific fixes.
Starting with merged pull requests under Fixes: SorkoPiko resolved a macOS-specific issue where the color picker permission request dialog remained permanently visible. The fix ensures the sampler is properly visible before displaying the permission request, addressing user reports of persistent dialog boxes…
Notable additional commits include several significant improvements. HolonProduction delivered two major GDScript enhancements: a refactor to track columns by raw string offsets for better error reporting, and a critical LSP fix that prevents crashes in the find_usages_in_file function by correctly resolving…
Pāvels Nadtočajevs implemented HDR screenshot support in the editor, automatically saving screenshots as EXR format when HDR rendering is enabled. This addresses a gap in the editor's HDR workflow capabilities.
Miguel de Icaza fixed a regression in the Skeleton3D editor that was introduced by a previous crash fix. The solution preserves the original crash prevention while properly…
Nearby episodes from Godot Daily
- Animation Fixes and Build System Updates
- Editor Polish and Bug Fixes
- UI Material Inheritance and Animation Fixes
- HDR Screenshot Rollback and Editor Improvements
- Text Rendering Updates and UI Fixes
- macOS Color Picker Fix and UI Improvements
- GDScript Improvements and UI Fixes
- Third-Party Library Updates and UI Improvements