Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct 3 r389

Various new additions; image export improvements; scripting improvements & more

30 April, 2024 ()

Email Me New Releases

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

Create an Account

Notes

It's the start of a new release cycle, and we have another release packed with improvements for you! First up we have a collection of smaller features, including being able to apply image points/collision polygons to a whole subfolder in the Animations Editor, and setting field of view at runtime for 3D Camera. Another significant change is that when modifying the hierarchy of templates, changes are now automatically propagated to all replicas in the project. Adding, removing and deleting instances from a template's hierarchy will now make all replicas match the template, adding and removing instances as needed. Previously there was a keyboard shortcut for this, but doing it automatically should make for an easier editing experience.

We've also significantly revised how images are processed when exporting projects. The new approach is more efficient, optimizing images as they are generated rather than as an extra step at the end. This helps make optimized WebP exports faster. To reflect the new system, the 'Recompress images' option has been renamed to 'Optimize images', and as before it essentially means "spend longer trying to compress images better". We've also added support for exporting the modern AVIF image format for lossy images, which is now supported in all modern browsers, and can produce good quality images with impressively small file sizes, providing another option to further reduce your project's download size. We also made sure exporting WebP images works in Safari.

We're also pleased to introduce our first new demo game in a long time made by our partners Viridino Studios: Kitty katcher, a cosy hidden objects game where you must help an elderly lady find her 50 missing kittens! There's also a new 'Berry harvester' example which is another great use of 3D in Construct.

Finally as ever there is more as detailed in the changelog, including some scripting improvements, bug fixes, and various other changes. Happy testing!

Like this Release?

Let us know with a thumbs up!

42
Launch r389

New Additions

10 favourites
Animations editor: context menu options to apply image points/collision polygons to whole subfolder
10 favourites
New examples 'Berry harvester', 'Kitty katcher'
8 favourites
Eases: allow creating unbounded eases for use with TimelineController's 'Ease' expression
14 favourites
3D Camera: 'Set field of view' action; 'FieldOfView' expression
9 favourites
Support for exporting AVIF images as lossy format
4 favourites
Support for exporting WebP images in Safari

Changes

4 favourites
iOS export: update to cordova-iospdk@7.1.0
10 favourites
Templates/Hierarchies: changes to a template hierarchy are now automatically applied to replicas
6 favourites
Export: replace 'recompress images' option with 'optimize images'
3 favourites
Re-enable WebGPU on "intel/gen-12lp" devices
2 favourites
Remove project property 'Compositing mode'

Bug Fixes

5 favourites
Treat names beginning or ending with whitespace as invalid to ensure saving as project folder works
5 favourites
Animations editor: avoid creating superfluous undo points
5 favourites
Custom eases: some custom eases not producing the expected results

Performance Improvements

12 favourites
Faster exports using optimized WebP images
6 favourites
View spritesheets dialog: avoid redundantly regenerating images if viewed after an export

Scripting updates

3 favourites
Preview incorrectly allowed importing the 'Imports for events' script file
3 favourites
Show warning if using exports in 'Imports for events' script
5 favourites
Add I3DCameraObjectType.fieldOfView
4 favourites
Add IPlugin interface
4 favourites
Add IObjectClass properties 'runtime', 'plugin'
3 favourites
Add IInstance property 'plugin'
4 favourites
Fix type definition for IWorldInstance.testOverlapSolid()

Share Construct 3 Release r389 Now

  • 18 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Thank you folks for the hard work!

  • The hierarchy changes are interesting. Though I wonder what happens with replicas that have an additional object in the hierarchy, time to find out :)

      • [-] [+]
      • 2
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 2 points
      • (0 children)

      Making changes that make a connection, remove a connection or outright delete an instance from a template's hierarchy will make all replica's match the template. I think we will add a new property to templates to decide whether or not to use this behaviour.

      I think in most cases this is the desired behaviour, after all the replicas are supposed to match the template... but I can see how in some cases someone might want to make sure a replica does not update automatically with the template or a template does not propagate hierarchy changes automatically.

      We figured it was better to wait for feedback on this one.

    • If it's a replica why would it be different than the original? :S

      • I just have an additional sprite attached to some replicas. Kinda like how the width/height etc of replicas can be overwitten and different from the template. Worst case I'll just make extra templates tho.

        Load more comments (4 replies)
  • I don't know why, but since I updated to this version, localstorage doesn't work on Android in my applications and I can't return my projects to the previous version.

  • CONSTRUCT 4 IS COMING???

  • I got a "Failed to open project" on all my files, Don't know why! Hope it is fixed in next update. Ill use the 388.2 for now. It opens old projects that are not using the 3D Camera. though.

  • i dont know what changes cause problem, but my 3d game dont run. Menu works but start game and when game try display 3d level i receive only black screen. in previous beta i dont have this problem

  • It would be really cool if the 3d was based on three js.

    • why three js wil be better?

      • Three.js is a JavaScript library that provides powerful tools for creating 3D graphics for web applications.

        and in our case would be much more productive

        and more functional

        You could do dynamic lighting and shadows without any problems.

        I used a translator and hope that everything will be clear and understandable.

        Load more comments (2 replies)