Babylon.js 9.22.0 Released
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.
- 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.
Patch release improves stability and fixes visible bugs.
Follow JavaScript updates
See relevant stories in your personalized news feed.
Discussion