Godot Daily: Apple Platforms and Physics Cleanup

Apple embedded platform work dominated today's merges with four related pull requests improving export, audio, and input across iOS and visionOS, while a cluster of physics and performance fixes addressed long-standing area monitoring and character body issues.

Duration: PT2M39S

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-08-20T06:02:38Z
  • Audio duration: PT2M39S

Transcript excerpt

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

Good morning, it's August 20th, 2026, and this is Godot Daily.

Today's activity clusters around two clear themes: a coordinated push on Apple platform support, and a set of physics and performance fixes that had been waiting in the wings for a while.

On the Apple side, developer are sanchez saez landed four connected changes. Pull request 122558 moves app icon export logic into a shared abstract platform, letting iOS and visionOS share code and adding layered icon support for visionOS. Pull request 122573 adds physical keyboard input for visionOS through the…

The second theme is physics correctness and performance. Schnorg has two related pull requests, 122581 and 122616, both targeting area monitoring order — ensuring enter signals fire before exit signals — as a more efficient alternative to a previous sorting-based fix. The same author's earlier work, pull request…

Elsewhere, worth noting: mihe's pull request 112764 cleans up the sprawling export callback argument list, and Ivorforce's pull request 122596 reorganizes property maps for a claimed 1.6x speedup on object property access — a meaningful maintainability and performance change if it holds up in review.

What's next: watch…

Nearby episodes from Godot Daily

  1. Trimming the Engine's Runtime Fat
  2. Under-the-Hood Performance and Polish
  3. Squeezing Out the Overhead
  4. Build Config Cleanup and Apple XR Expansion
  5. Platform Cleanup and macOS Flexibility
  6. macOS Cleanup and Editor Runtime Tools
  7. Weekly Recap - Old Branches, Cleanup, and Editor Polish
  8. Rendering Bugs and One Very Busy Contributor