Godot Daily: Web Platform Cleanup and LibGodot's Next Steps
Today's activity centers on a cluster of Web platform reliability fixes and a major push on the LibGodot embedding feature, alongside a scattering of correctness fixes in rendering, editor UX, and core systems. No single theme dominates, but the Web platform fixes stand out as the most immediately impactful for developers shipping browser builds.
Duration: PT2M32S
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-09-17T06:03:18Z
- Audio duration: PT2M32S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's September 17th, 2026, and this is Godot Daily.
The clearest pattern today is a cleanup pass on the Web platform. Three separate fixes landed: Faless reworked the files-dropped implementation in PR 123543, fixing how dropped folders preserve their structure and ensuring the drop signal only reports what was actually dropped. Shiva-kar's PR 123035 fixes a…
Second theme: LibGodot, the engine embedding project, moved forward with three PRs from kisg. PR 123554 adds API dumping for global and autoload classes, PR 123555 adds lifecycle hooks and logging in preparation for UI embedding, and PR 123552 allows a Godot instance to stop and restart within the same process. This…
Elsewhere, a handful of correctness fixes matter individually. Exaltedo2 fixed a real race condition in ClassDB's default property value caching, PR 123546, which had no locking despite the rest of the file using locks. BlueCube3310 fixed VRAM-compressed 3D textures with mipmaps, PR 123545. And QbieShay quickly…
What to remember: if you're deploying to Web, these drag-and-drop and file deletion fixes resolve issues that have lingered for years. If you're watching LibGodot, expect continued incremental PRs rather…
That…
Nearby episodes from Godot Daily
- Cleaning Up Core Architecture and Container Performance
- SDL Upgrade Fallout and the SDFGI Lighting Cleanup
- Weekly Recap - XR Expansion and Renderer Precision
- Metal Backend Gets a Reliability Pass
- Layout Cache Cleanup and a Comma Crusade
- Fixing Overrides the Engine Never Should Have Blocked
- Rendering Gets a Major Rework, and the Ripple Effects Begin
- Editor Polish and Platform Bug Fixes