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
· 2 months ago • BabylonJS/Babylon.js

Babylon.js 9.16.2 Released

Briefing

Babylon.js 9.16.2 is a patch-level release focused on compatibility, workflow fixes, and a few targeted feature additions rather than sweeping engine changes. The most forward-looking item is groundwork for TypeScript 7, which should help keep projects on the engine’s supported toolchain path as the language ecosystem moves forward.

Several fixes address day-to-day integration pain points. glTF/2.0 imports now auto-register the SceneLoader plugin correctly, the inspector captures more .babylonproj overrides, the sandbox picks the right animation when lists are filtered, and AudioV2 now handles seek-after-resume offsets and live loop updates more reliably. On the rendering side, the WGSL water shader bug tied to an undefined toLinearSpace call on vec3 is fixed, and MSDF TextRenderer gains a writeToDepthBuffer option for better control over text layering.

There are also a couple of export and serialization changes that pipeline-heavy teams will notice. OBJExport.MTL now accepts a materialName parameter, serialization behavior was adjusted, and the material plugin regex replacement logic was updated. Babylon.js Viewer also gets a new @babylonjs/lite-based variant at @babylonjs/viewer/lite, which should be useful for teams looking to trim runtime weight in embedded viewer scenarios.

For most teams, this is the kind of release worth taking quickly: low-risk fixes, a few quality-of-life improvements, and some early compatibility prep that may save trouble later. The only likely migration touchpoint is for projects that rely on the affected serialization, export, or viewer...

At a glance
what
Babylon.js 9.16.2 adds MSDF TextRenderer writeToDepthBuffer, a lite Viewer variant, and several fixes across core, loaders, materials, sandbox, inspector, and audio.
who
Babylon.js maintainers and contributors including RaananW, VicenteCartas, kv-bh, georginahalpern, FrankNesling, and ryantrem.
when
Released as Babylon.js 9.16.2 on GitHub.
impact
Teams using glTF imports, AudioV2, MSDF text, OBJ export, or the Viewer should test their pipelines after upgrading.
Signal Positive

Useful fixes and compatibility prep with little downside

Discuss

Follow JavaScript updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Story Timeline (2 sources)

July 14, 2026
Babylon.js (GitHub Releases) First Main
Babylon.js 9.16.2 Released
July 16, 2026
Babylon.js (GitHub Releases)
Babylon.js 9.17.0 Released
Story covered over 2 days • First reported by Babylon.js (GitHub Releases)