Godot Daily

Godot Daily: Resource Loading Fixes and Texture Compression Updates

Six pull requests merged yesterday addressing critical ResourceLoader deadlocks, BPTC texture compression consistency, and several documentation improvements. The most significant change fixes threading issues that could cause the engine to freeze during resource loading.

Duration: PT1M37S

https://podlog.io/listen/godot-daily-33eb1ffe/episode/godot-daily-resource-loading-fixes-and-texture-compression-updates-e3d9acc7

Transcript

Good morning, this is Godot Daily for May 30th, 2026.

Yesterday brought six merged pull requests focused on stability and quality improvements. The headline change comes from hpvb, who merged a fix for ResourceLoader::load_threaded_get deadlocks. This addresses a critical threading issue where the engine could freeze when loading resources on the main thread, particularly affecting nested resources with dependency connections. The fix spans over 200 lines of code changes and resolves multiple long-standing issues.

nikitalita merged improvements to BPTC layered texture compression, ensuring consistent signedness across compressed textures. This prevents visual artifacts that could occur when textures were compressed with mismatched parameters.

KoBeWi contributed two smaller but useful fixes: correcting typos and capitalization consistency in the export template manager, and clarifying documentation for PopupMenu's search bar item counting behavior.

wkesner enhanced developer documentation by adding missing descriptions for ImageFormatLoader's LoaderFlags constants, making the API more accessible to plugin developers.

Finally, hpvb made a small correction to the project's mailmap file to fix git attribution display.

What's next: With these threading fixes merged, expect improved stability in resource-heavy projects. The texture compression improvements should benefit developers working with complex material pipelines.

That's your update for today. I'm your host, back tomorrow with more Godot development news.