Godot Daily: Editor Polish and Third-Party Updates

Five pull requests merged to Godot on May 21st, focusing on editor improvements including GridMap fixes, Asset Library template handling, and a third-party re-spirv library update.

Duration: PT1M51S

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-22T10:02:14Z
  • Audio duration: PT1M51S

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 May 22nd, 2026.

Yesterday brought five merged pull requests to the Godot engine, primarily addressing editor functionality and maintenance updates.

Repiteo merged an update to the re-spirv third-party library, bringing it to version ff2b1a506. This update includes a fix from Dario that resolves issue 118389, with 92 additions and 48 deletions across the library files.

YeldhamDev contributed two editor improvements. The first fixes an incorrect grid floor position bug in the GridMap editor, where the grid would default to level zero before mouse input instead of using the saved level from the node's metadata. This change partially reverts a previous fix while maintaining…

bruvzg updated the CODEOWNERS file to clarify ownership of Apple driver code. The change distinguishes between general Apple drivers used across macOS, iOS, and visionOS, versus Apple embedded drivers specific to iOS and visionOS platforms.

KoBeWi made a small UI polish change, removing an unnecessary colon from the Favorites directory label in the FileSystem dock.

Nearby episodes from Godot Daily

  1. GPU Compatibility and Editor Polish
  2. Mobile Rendering and Editor UI Improvements
  3. Weekly Recap - Android Fixes & Editor Polish
  4. Android Crash Fix and Editor Polish
  5. Android Updates and Editor Fixes
  6. Editor Polish and Performance Fixes
  7. Platform Fixes and Editor Improvements
  8. Weekly Recap - Editor Improvements & Bug Fixes