v2.14.4

playcanvas/enginev2.14.4Dec 19, 2025by mvaligursky

AI Summary

A maintenance release addressing critical fixes for glTF export accuracy, texture reading on WebGPU, and color space conversion.

Key Highlights

  • Fixed glTF metalness and roughness handling in UsdzExporter
  • Fixed texture.read() on WebGPU to return correct typed array
  • Fixed sRGB to linear conversion when writing glTF
  • Fixed SOG SH decompression

Full Release Notes

## Fixes
- Fix metalness and roughness handling in UsdzExporter by @willeastcott in #8248
- Return correct typed array from texture.read() on WebGPU platform by @mvaligursky in #8251
- Notify existing element descendants when a screen is added by @willeastcott in #8252
- Convert sRGB colors to linear when writing glTF by @willeastcott in #8267
- Fix SOG SH decompression by @slimbuck in #8271

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.14.3...v2.14.4