Godot Daily: WebXR Drops Layers Requirement, GI and Physics Fixes

WebXR no longer requires the Layers API, widening browser and headset support. Related runtime fixes correct orthographic global illumination and align Jolt soft-body behavior, alongside editor polish and docs clarity.

Duration: PT2M15S

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-20T06:03:38Z
  • Audio duration: PT2M15S

Transcript excerpt

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

Good morning, you're listening to Godot Daily for Sunday, September 20th, 2026.

The biggest signal today is broader compatibility with fewer workarounds, led by Web X R dropping its hard dependency on the Layers API, alongside a fix for orthographic lighting errors in global illumination.

First, platform reach. Pull request 123642 removes the requirement for the Web X R Layers API, which never arrived on many browsers and is broken on some, including the Pico browser. Previously developers were told to ship a polyfill. Now that fallback is no longer mandatory, which should mean fewer headset-specific…

Second, core runtime behavior with practical migration notes. Pull request 123628 enables bend constraints for soft bodies in the Jolt physics integration, matching Godot Physics behavior. The result simulates stiffer, so existing content may need stiffness parameters retuned. In scripting, pull request 123627 moves…

Third, editor polish and documentation. Fixes cover text overrun in tree checkbox cells, translation updates in the feature profile manager, file system dock initialization, and node-name casing before validation. Two documentation updates clarify that the resource loader…

Wh…

Nearby episodes from Godot Daily

  1. Editor Polish and the 4.7.3 Cherry-Pick Wave
  2. One Editor Steward, Many Fixes
  3. Web Platform Cleanup and LibGodot's Next Steps
  4. Cleaning Up Core Architecture and Container Performance
  5. SDL Upgrade Fallout and the SDFGI Lighting Cleanup
  6. Weekly Recap - XR Expansion and Renderer Precision
  7. Metal Backend Gets a Reliability Pass
  8. Layout Cache Cleanup and a Comma Crusade