Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

B
Babylon.js (GitHub Releases) Tech
1 month, 2 weeks ago • BabylonJS/Babylon.js

Babylon.js 9.18.2 Released

Briefing

Babylon.js 9.18.2 is a patch-style release focused on cleanup and a handful of targeted fixes rather than new headline features. Across the core package and several companion tools, the team updated dependencies and cleared npm audit findings, which should reduce maintenance noise for projects tracking the latest engine builds.

The most important runtime fix is in engine teardown: pure engine disposal now works even when loading-screen registration was never set up. That matters for custom boot flows, headless setups, and tooling where the engine lifecycle is managed manually. Babylon’s AudioV2 also gets a useful quality-of-life improvement, with MediaStream and WebRTC sources now spatialized automatically, making live audio pipelines easier to wire up for multiplayer, voice chat, or streamed content.

On the content pipeline side, .babylonproj transform node duplication has been fixed, which should prevent scene/project files from accumulating redundant nodes during import or round-tripping. The Lottie Player also got a more substantial rendering change, replacing the sprite-atlas approach with a stencil-then-cover vector renderer, which should improve how vector animations are handled in that subsystem.

Because this is a 9.18.2 patch release, there are no obvious breaking changes or migration steps called out. For teams already on Babylon.js 9.18.x, the main takeaway is safer maintenance, fewer audit issues, and a few fixes that remove edge-case friction in engine shutdown, audio spatialization, and project serialization.

At a glance
what
Babylon.js 9.18.2 released as a patch update with dependency refreshes, npm audit cleanup, and targeted fixes in Core, AudioV2, .babylonproj handling, and Lottie Player rendering.
who
Babylon.js maintainers, including RaananW, georginahalpern, and VicenteCartas.
when
Released as version 9.18.2; no separate date was provided in the release notes.
impact
Engine users get safer disposal behavior, easier spatial audio for MediaStream/WebRTC, and fewer project-file duplication issues; tool users benefit from dependency and security cleanup.
Signal Positive

Useful fixes and cleanup with no breaking changes

Discuss

Discussion

Loading comments...

Story Timeline (2 sources)

July 29, 2026
Babylon.js (GitHub Releases) First Main
Babylon.js 9.18.2 Released
July 30, 2026
Babylon.js (GitHub Releases)
Babylon.js 9.19.0 Released
Story covered over 1 day • First reported by Babylon.js (GitHub Releases)