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

Babylon.js 9.22.0 Released

Briefing

Babylon.js 9.22.0 lands as a patch-style release, and the headline is reliability rather than new features. The core engine now fixes an alpha-mode sentinel crash and corrects caps plus depth/stencil metadata reporting, which should make runtime behavior and capability checks more trustworthy for engine users.

Rendering gets a useful cleanup pass as well. Three image-based lighting issues are addressed: AreaLights prefilter type handling, OpenPBR anisotropic inlining, and a black diffuse fallback bug. In practice, that means fewer surprises in material output and fewer edge-case lighting artifacts for teams relying on Babylon’s physically based workflows.

There’s also a fix for particle node material async shader creation, which should help avoid broken or delayed shader setup in content that builds materials at runtime. On the tooling side, the Inspector now normalizes editor module resolution across build configurations, reducing the kind of environment-specific breakage that can slow down debugging and content iteration.

For developers shipping with Babylon.js, this is the kind of release worth pulling in early if you’ve hit rendering inconsistencies, shader creation issues, or Inspector/module resolution problems. No breaking API changes are called out here, but the fixes touch core rendering paths and tooling behavior that can affect day-to-day production stability.

At a glance
what
Babylon.js 9.22.0 released with core stability, rendering, and Inspector fixes.
what
Fixes include alpha-mode sentinel crash handling and more accurate caps/depth-stencil metadata reporting.
what
Three IBL bugs were corrected: AreaLights prefilter type, OpenPBR anisotropic inlining, and black diffuse fallback.
what
Particle node material async shader creation was fixed, along with Inspector editor module resolution across build configs.
Signal Positive

Patch release improves stability and fixes visible bugs.

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...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Story Timeline (3 sources)

August 20, 2026
Babylon.js (GitHub Releases) First Main
Babylon.js 9.22.0 Released
PixiJS (GitHub Releases)
PixiJS v8.20.0 Released
Babylon.js (GitHub Releases)
Babylon.js 9.22.1 Released