Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct 3 r403

New minifier; new additions, optimizations & bug fixes

20 August, 2024 ()

Email Me New Releases

Don't miss out on the latest and greatest new features in Construct 3

Create an Account

Notes

After a week off we're back to our regular schedule, and we have another packed beta release for you this week! First up is we've added support for UglifyJS as an alternative JavaScript minification tool. Minifying script was always previously done with Google's Closure Compiler, which has served us well for many years, but is no longer well maintained and is holding back the ability to use modern JavaScript features. UglifyJS looks like the better option these days, and our aim is to ultimately remove support for Closure Compiler. So please give the new UglifyJS minify option a try and let us know if you run in to any problems with it.

Other new additions include the ability to set a destination layer with the Recreate initial objects action, which allows for making better use of dynamic layers - for example you can use it to fill a newly added layer with the content placed on a layer on a different layout. The Text object now has a resolution mode setting, which is similar to the same thing with Drawing Canvas: by default it uses automatic resolution scaling, but it can now be set to a fixed resolution, which can be more suitable in 3D and help avoid performance degradation when continually scaling lots of text. After some discussion on the forum, the Audio object has also gained a new NormalizedVolume expression, which is suitable for converting a volume slider labelled 0-100 into a correspinding dB value.

Another significant improvement is that lossy images can now be spritesheeted. Previously all lossy images were exported separately, as it was originally designed for large opaque background images in JPEG format (which does not support transparency). Modern lossy formats like WebP and AVIF have full support for transparency and surprisingly good quality, so this provides a new option for significantly reducing your project's download size: you can set everything to lossy compression, export with a format like AVIF, and get a much smaller download size while still having full support for spitesheets and transparency. This is quite an interesting and novel development, so we plan to blog about it in more detail in future.

Finally as ever there's a batch of bug fixes, some other performance optimizations, and two new examples. Happy testing!

Like this Release?

Let us know with a thumbs up!

31
Launch r403

New Additions

10 favourites
Support for minifying with UglifyJS
6 favourites
New examples 'Rock and rush', 'Tesla twist'
20 favourites
Text: 'Set resolution mode' action
15 favourites
System 'Recreate initial objects' action: add 'destination layer' parameter
16 favourites
Audio: NormalizedVolume expression
4 favourites
Animations editor: add 'Cancel' button to Image Format dialog
8 favourites
Animations editor: display lossy quality level in status bar

Changes

8 favourites
View Spritesheets dialog: redesigned appearance with zoom tool and more details

Bug Fixes

6 favourites
View Spritesheets dialog: did not use correct styling in dark theme
9 favourites
Text: automatic resolution did not always correctly take in to account 3D Camera/Z elevation
5 favourites
Clicking account button twice did not dismiss menu
3 favourites
Flowcharts: possible crash attempting to edit the caption in a node
3 favourites
Timelines: possible crash after swapping instances
3 favourites
Timelines: 'Set Instance' action not correctly handling picking specific instances of the same object type
4 favourites
Animations editor: cut, copy and paste not working as expected in Firefox
6 favourites
Hierarchies: possible crash involving global layers
5 favourites
Hierarchies: hierarchies using the Physics behaviour could fail to load from JSON
3 favourites
Hierarchies: some hierarchies could fail to load from JSON leading into runtime crashes

Performance Improvements

13 favourites
Support for spritesheeting lossy images
6 favourites
Improve AVIF compression when 'Optimize images' enabled
11 favourites
Hierarchies: improve performance moving and resizing instances in complex hierarchies
19 favourites
Tweens: improve performance of several conditions

Scripting updates

6 favourites
Add ITextInstance setFixedResolutionMode(), setAutoResolutionMode()

Share Construct 3 Release r403 Now

  • 13 Comments

  • Order by
Want to leave a comment? Login or Register an account!