Core
- feat: HTML-in-Canvas (WICG) support — HtmlTexture, interaction managers, polyfill installer - by RaananW (#18604)
- Fix Gaussian Splatting GPU picking and IBL voxelization - by raymondyfei (#18612)
- Flow Graph Editor: playground snippet auto-load, no auto-run on load, and stopped-state variable types - by RaananW (#18611)
- IBL Shadows frame graph hardening - by MiiBond (#18608)
- Report engine.name "Native" and implement updateTextureData - by bkaradzic-microsoft (#18566)
- GS + bucket sort + RH - by CedricGuillemet (#18606)
- Fix RectAreaLight serialization: position, photometric scale, and emission texture - by SergioRZMasson (#18605)
- fix overrides on morphs - by sebavan (#18595)
- fix(AudioV2): apply play options when resuming a paused sound - by RaananW (#18601)
- Add canvasTabIndex engine option - by RaananW (#18598)
- Fix VideoTexture not updating under WebGPU FAST snapshot rendering - [Bug Fix] by Popov72 (#18591)
- Decouple camera inertia glide cutoff from camera.speed - by georginahalpern (#18589)
- GS streaming lod part3 - by CedricGuillemet (#18588)
- Add cube render target support to the native engine - by bkaradzic-microsoft (#18561)
GUI
- build(treeshaking): make gui/loaders/serializers side-effect-free (.pure/.types split) - by RaananW (#18610)
Loaders
- build(treeshaking): make gui/loaders/serializers side-effect-free (.pure/.types split) - by RaananW (#18610)
- Fix glTF morph target animation stutter from shader recompiles - [Bug Fix] by PatrickRyanMS (#18596)
- fix(OBJ): Guard empty vertex buffers when normals/uvs/colors are absent - by raymondyfei (#18597)
- fix(SPLAT): Fix GSplat PLY misclassified as point cloud when both RGB and f_dc colors present - by raymondyfei (#18593)
- GS streaming lod part3 - by CedricGuillemet (#18588)
Playground
- fix(playground): declare uuid as a direct dependency to fix broken build - by RaananW (#18609)
- Playground: support importing external resources by absolute URL - by RaananW (#18599)
Sandbox
- fix(sandbox): import LoadingScreen side-effect in renderingZone - by RaananW (#18614)
- Add FBX support to the Sandbox - [New Feature] by PatrickRyanMS (#18607)