Beta versions are not as thoroughly tested as stable
More desktop export improvements; auto-increment version; keyboard lock & more
03 December, 2024 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct 3
Notes
We're continuing to refine our new desktop exporters, and this release adds some more improvements for those. First up all three desktop platforms now have a Bundle assets option. Rather than leave all your exported files in an easily browsable folder, this combines all the files in to a single file named assets.dat. It's not a zip file - it's an archive format of our own design. It is not encrypted, but this makes it harder to find your project's assets. We've also designed the file format to be much more efficient than the old 'Package assets' option for NW.js, which used a zip file: as that had to be fully extracted on startup, it made large projects slow to start; our new format does not require that and can be used to immediately start accessing resources even for very large projects, so there should be essentially no performance overhead.
Other desktop-related improvements include File System improvements, such as now being able to list the entire contents of a folder recursively. We also fixed a bug that prevented video playback working correctly in macOS WKWebView exports. Windows WebView2 now also uses a different display mode that hopefully better supports the Steam Overlay.
There's more: other general improvements include support for Keyboard lock. This only takes effect in fullscreen mode, but allows using all keyboard keys - such as ensuring Ctrl+W does not close the browser tab, being read as a normal keypress instead. In the Properties Bar you can now set your project to auto-increment the project version on every export, e.g. 1.0.0.1, 1.0.0.2... - and to further help with identifying exports, you can now obtain the date and time the export was made from the editor.
Finally we have a great new demo game Rat purrsuit you can check out in the Example Browser, and as ever there are some bug fixes too, including a regression that caused a crash cloning objects in r417. Happy testing!
Like this Release?
Let us know with a thumbs up!
Launch r418
New Additions
Keyboard plugin: support for keyboard lock
New demo game 'Rat purrsuit'
Properties Bar: 'Auto-increment version' checkbox for Project Properties
Windows WebView2/macOS WKWebView/Linux CEF: 'Bundle assets' option
Date plugin: 'ExportTimestamp' expression
File System plugin: 'PickerTag' and 'FolderPath' expressions
File System plugin: 'Recursive' option for 'List content' action
Changes
Windows WebView2: update WebView2 SDK to v1.0.2903.40
Windows WebView2: change rendering mode to try to work better with Steam Overlay
Bug Fixes
Project bar: crash cloning object types (regression r417)
macOS WKWebView: video playback not working correctly
Start page: work around Safari 18 bug that broke the 'Open' dropdown
Instances bar: not possible to move folders next to each other with drag & drop
Instances bar: tree not updating properly when UI animations are turned off
Scripting updates
Share Construct 3 Release r418 Now