Godot Daily: Metal Rendering Overhaul and Editor Stability Sweep

The big story is a broad Metal rendering rework that changes barrier synchronization defaults without touching D3D12 or Vulkan, alongside a wide batch of editor crash fixes and small correctness patches across GDScript, physics, and import tooling.

Duration: PT2M27S

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-09-01T06:04:51Z
  • Audio duration: PT2M27S

Transcript excerpt

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

Good day, it's September first, twenty twenty-six, and this is Godot Daily.

The headline change today is PR one-two-one-three-nine-two from stuart-carnie, a broad rework of Metal rendering. Barrier synchronization is now the default on Metal, tested across Apple hardware from the A12 to the M4, and it's reported as faster or equal in performance while using less CPU. Vulkan and D3D12 users…

Beyond that, the bulk of activity was cleanup and correctness, not new features. GDScript internals got attention from multiple angles: PR one-two-two-nine-one-six changes how GDType tracks its owning thread instead of assuming main thread, acknowledging that class registration can now happen elsewhere, particularly…

The editor also saw a cluster of crash fixes from KoBeWi: one-two-three-zero-one-nine fixes a crash inspecting nodes in an empty scene, and one-two-three-zero-two-eight fixes a crash on node hover. Neither is glamorous, but both are the kind of everyday editor stability issues that erode trust if left unpatched.

A few smaller but concrete fixes stand out: PR one-two-two-nine-nine-seven corrects `is_ancestor_of` so it no longer wrongly returns true when called on itself — a subtle…

What'…

Nearby episodes from Godot Daily

  1. Weekly Recap - Editor Docks Grow Up, Rendering Gets Leaner
  2. Cleanup, Correctness, and a Grab Bag of Fixes
  3. Editor Cleanup and Contact Point Zero
  4. Big Rendering Wins, Editor Polish Everywhere
  5. GDType Cleanup and a Wave of Texture Fixes
  6. Platform Backends Get a Deep Clean
  7. Editor Architecture Keeps Shifting
  8. Weekly Recap - Core Architecture Overhaul & Apple Platform Expansion