It's been a lot of hard work, but the final beta version of the Phaser v3.85 release is now available. Beta 2 can be downloaded from GitHub on the pre-releases page and from npm under the beta
tag.
This version continues our efforts to make Phaser as stable and feature-packed as possible, putting us in a good position to be ready for the integration of our new renderer in Q3. This release also includes MatterJS v0.20.0. This upgrade brings the following changes to Matter Physics:
- Added support for high refresh rate displays with fixed timestep in
Matter.Runner
- Added support for sub-stepping for higher quality simulations in
Matter.Runner
- Changed to a fixed timestep by default in
Matter.Runner
- Improved frame pacing and average performance up to ~6%
- Reduced average memory usage up to ~30%
- Reduced memory garbage collection
- Bug fixes and improvements
This release should be a seamless upgrade for anyone already on v3.80. Please check out the extensive Change Log to see exactly what's new. Please test this release thoroughly and report any issues you find.