Godot Daily: iOS and UI Container Fixes
Four pull requests were merged addressing iOS orientation handling, curve point preservation, UI container clipping issues, and video stream error handling. All changes focus on platform-specific fixes and UI rendering improvements.
Duration: PT1M42S
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-28T10:02:34Z
- Audio duration: PT1M42S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, I'm your host with Godot Daily for May 28th, 2026.
Four pull requests were merged yesterday, primarily targeting platform and UI fixes.
abcjjy merged a fix for iOS orientation changes in embedded mode. The solution addresses SwiftUI app lifecycle issues where the Godot view controller gets wrapped by a hosting controller, requiring orientation preferences to be propagated to the root controller before updates.
KoBeWi merged a fix for curve point count expansion that now properly preserves points during the process. This resolves an issue where expanding curve points wasn't maintaining existing point data correctly.
StarryWorm merged a BoxContainer fix that resolves clipping issues with children having non-integer minimum sizes. The problem occurred when controls like Labels with MSDF fonts computed fractional minimum sizes that were incorrectly floored, causing insufficient space allocation.
bruvzg merged improvements to VideoStreamPlaybackTheora that now properly uninitializes and prints errors when files lack video streams. This prevents crashes and provides clearer feedback for invalid video files.
Nearby episodes from Godot Daily
- Editor Polish and GDScript Reliability
- Weekly Recap - Platform Stability & Resource Management
- Resource Loading Fixes and Texture Compression Updates
- Resource Loading Fixes and Texture Compression Updates
- UI Fixes and Platform Updates
- GPU Compatibility and Editor Polish
- Mobile Rendering and Editor UI Improvements
- Weekly Recap - Android Fixes & Editor Polish