Godot Daily: Resource Loading Fixes and Texture Compression Updates

Six pull requests merged today addressing critical resource loading deadlocks, BPTC texture compression consistency, and various documentation improvements. The most significant change fixes long-standing threading issues in ResourceLoader.

Duration: PT1M34S

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-29T00:00:00Z
  • Audio duration: PT1M34S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

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

The development team merged six pull requests today, focusing primarily on stability and developer experience improvements.

hpvb merged a critical fix for ResourceLoader deadlocks, resolving several threading issues that could cause the engine to hang when loading resources. The change adds message queue flushing and improves reference handling for nested resources, addressing bugs reported in issues dating back over two years.

nikitalita merged improvements to BPTC texture compression, ensuring layered textures maintain consistent signedness across compression operations. The fix adds a new internal compress method and updates the image detection system to prevent compression artifacts.

KoBeWi contributed two user experience improvements: fixing typos and capitalization inconsistencies in the template manager, and clarifying documentation for PopupMenu's search bar behavior with separators.

wkesner merged documentation updates for ImageFormatLoader, adding missing descriptions for LoaderFlags enum constants that were previously undocumented.

Nearby episodes from Godot Daily

  1. Animation System Fixes and Rendering Optimizations
  2. Editor Polish and GDScript Reliability
  3. Weekly Recap - Platform Stability & Resource Management
  4. Resource Loading Fixes and Texture Compression Updates
  5. iOS and UI Container Fixes
  6. UI Fixes and Platform Updates
  7. GPU Compatibility and Editor Polish
  8. Mobile Rendering and Editor UI Improvements