Godot Daily: Mobile Rendering and Editor UI Improvements
Twenty merged pull requests addressed critical mobile GPU compatibility issues, editor interface improvements, and performance optimizations. Key fixes include Adreno GPU crash prevention and faster file system operations on case-insensitive systems.
Duration: PT2M5S
Transcript
Good morning. This is Godot Daily for May 25th, 2026.
The development team merged twenty pull requests yesterday, focusing heavily on mobile rendering stability and editor usability improvements.
Blueskythlikesclouds addressed a critical mobile GPU issue by disabling ubershaders on problematic Adreno compiler versions that were causing crashes with too many constant literals. The same contributor also fixed a race condition in MaterialStorage that was affecting shader operations.
YeldhamDev improved several editor interface elements, making theme previews scale properly with editor settings, enhancing the Asset Store's page selector with icon navigation, and improving the visual design of asset rating indicators. The team also fixed editor scene tabs not updating correctly on theme changes.
KoBeWi delivered performance improvements by speeding up file finding operations on case-insensitive file systems, roughly doubling the speed by reducing string operations. They also resolved an issue with EditorPropertyArray accessing theme cache prematurely.
For mobile developers, syntaxerror247 fixed mouse dragging functionality in Tree nodes on touchscreen devices, ensuring mouse input works correctly even on touch-enabled hardware.
Other notable merges include Jesusemora restoring autosmooth behavior that was inadvertently changed in a recent performance update, and TokageItLab improving documentation for SkeletonModifier3D rest pose handling.
The team also updated the re-spirv library to fix shader compilation bugs and made several smaller UI improvements including better paste option visibility in the scene dock.
What's next: The Adreno GPU fix should significantly improve mobile deployment stability for affected devices. The editor interface improvements will enhance the development experience across different display scales and configurations.
That's your Godot development update for today.