Godot Daily

Godot Daily: Platform Support Expansion and Rendering Fixes

Godot development on June 5th focused on expanding platform capabilities, with experimental web export support for C# projects and several critical rendering fixes. The activity shows continued work on cross-platform compatibility alongside stability improvements for graphics features.

Duration: PT2M2S

https://podlog.io/listen/godot-daily-33eb1ffe/episode/godot-daily-platform-support-expansion-and-rendering-fixes-000db6ba

Transcript

Good morning, this is Godot Daily for June 5th, 2026.

The main story today is Godot's platform reach expanding significantly, with experimental web export support for C# projects landing in PR 120023. This addresses issue 70796 and adds WebAssembly export capabilities to the Mono .NET build, including new MSBuild files for browser WebAssembly AOT compilation and updates to the export plugin to recognize web as a supported platform.

Three critical rendering fixes were merged yesterday, showing ongoing stability work in the graphics pipeline. PR 119997 resolved an issue where area light atlas destruction was incorrectly destroying VoxelGI uniform sets due to improper dependency handling. The fix separates the atlas into its own uniform set, preventing cascading failures. Meanwhile, PR 119998 fixed a vertex shader compilation error on OpenGL when using the EYE_OFFSET feature, addressing an undeclared identifier issue that was breaking shader compilation.

Infrastructure updates rounded out the day's activity. The GABE download URL for Android was updated in PR 120001, and MSYS2 build environment compatibility was improved in PR 120007 by forcing dependency downloads to use consistent folder structures rather than mixing POSIX and Windows paths. Additionally, two third-party libraries received updates: manifold to version 3.5.1 and meshoptimizer to 1.1.1.

Looking ahead, the experimental C# web export support will need extensive testing before stabilization, and the rendering fixes suggest ongoing work to improve graphics pipeline reliability across different backends. These changes collectively strengthen Godot's cross-platform capabilities while maintaining rendering stability.

That's your Godot development update for today.