Skip to content

Releases: playcanvas/engine

v1.71.5

06 Jun 11:57
Compare
Choose a tag to compare

Bug Fixes

  • Fix shader chunk error for tonemapped compressed GS (#6670)

Full Changelog: v1.71.4...v1.71.5

v1.71.4

05 Jun 10:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix URL handling in ScriptHandler by @marklundin in #6655
  • Particle system uses uint16 indices instead of uint32 by mvaligursky in #6661

Full Changelog: v1.71.3...v1.71.4

v1.71.3

29 May 10:45
Compare
Choose a tag to compare

Bug Fixes

  • Fix types for calcAabb functions (#6596)

v1.71.2

23 May 08:37
Compare
Choose a tag to compare

Bug Fixes

  • Gsplat rendering fix (#6590)
  • [Fix] Add missing exposure handling from the Neutral tonemapping (#6592)

Full Changelog: v1.71.1...v1.71.2

v1.71.1

21 May 16:15
Compare
Choose a tag to compare

Bug Fixes

v1.71.0

21 May 14:06
Compare
Choose a tag to compare

What's Changed

  • Updates to the Examples Browser:

    • Examples build speedup (#6288)
    • Examples mobile fixes (#6335)
    • Examples file loader rework (#6339)
  • WebGPU

    • Fix to WebGPU vertex buffer setup (#6274)
    • Initial support for GPU particles on WebGPU (#6275)
    • Small changes to get CPU particles to work on WebGPU (#6277)
    • UI Particles example enabled on WebGPU platforms as working now (#6278)
    • WebGPU - video texture support (#6280)
    • WebGPU: Improved filtering on float textures (#6281)
    • WebGPU - request all optional features (#6285)
    • Update Graphics markers to display better with hierarchy (#6290)
    • Added mesh particles example (#6291)
    • Updated one missed VSM shader chunk for WebGPU compatibility (#6348)
  • Gaussian Splatting

    • Gaussian Splatting cleanup (#6279)
    • Update GS rendering v2.0 (#6357)
    • Render compressed GS data (#6371)
  • Build System

    • Be clear that Node 18+ is required (#6284)
    • Added unbundled engine source to published package (#6310)
    • Custom plugin to disable treeshaking on certain modules (#6332)
    • Bundled build options (#6296)
    • Build fixes (#6340)
  • Other Fixes

    • Workaround for Firefox WebGPU device creation fail (#6273)
    • Fixes to Geometry classes JSDocs (#6282)
    • Removed umd polyfill for pcx (#6289)
    • Remove references to pcx namespace (#6304)
    • [Fix] Fix to skydomeIntensity handling - Standard materials do not use it in some cases (#6308)
    • Gizmo cleanup and bug fixes (#6323)
    • Fix: Clean up lines for rendering even when the Layer is disabled (#6353)
    • Fix buildUrl relative path support (#6354)
    • Fix for glb load error (#6391)
    • Fix for reloaded cubemaps assets (#6397)

v1.70.3

14 May 15:35
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v1.70.2...v1.70.3

v1.70.2

01 May 12:41
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.70.1...v1.70.2

v1.70.1

29 Apr 13:45
Compare
Choose a tag to compare

##Fixes

Full Changelog: v1.70.0...v1.70.1

v1.70.0

22 Apr 13:20
Compare
Choose a tag to compare

New Features

Other changes

Fixes

Examples

Read more