Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct 3 r369

HTML layers; RTL text; Safari worker mode & lots more

28 November, 2023 ()

Email Me New Releases

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

Create an Account

Notes

It's a new release cycle and we've got a big beta release for you this week! First up we have overhauled the way HTML elements work in Construct. The biggest update is that there is now the ability to set layers to be HTML layers. That means HTML elements can appear on that layer, and have other content on layers above it appear on top. This solves a limitation of using HTML content previously, where HTML content always appeared on top and things like Sprite objects could not appear on top of HTML. However now you can use HTML layers to interleave HTML content and other Construct objects! We have other updates for HTML elements, including properly preserving element sizes as they go offscreen, ensuring the Layout View reflects the Z order of HTML element objects that will appear at runtime, and even supporting dynamic HTML layers. This is all towards helping make sure HTML can be deeply integrated in Construct games, making it more viable for uses such as complex user interfaces, menus, and data tables.

We've also implemented a range of smaller additions based on user suggestions and feedback. These include support for right-to-left (RTL) text in the Text object, an option to disable spritesheets, persistent storage, changing the collision cell size to adjust performance tradeoffs, a variety of new conditions/actions/expressions, and more.

Other improvements include that worker mode, which runs the entire Construct engine off the main thread in a Web Worker, is now supported in Safari 17+. It's also now supported in Firefox 120+, which means worker mode is now supported in all three major browser engines! There's also several updates to the addon SDK, some bug fixes, and three new examples.

With great changes come risk of accidental breakage, so if any unexpected issues come up, please be patient and we'll be getting fixes in beta releases over the next few weeks. Happy testing!

Like this Release?

Let us know with a thumbs up!

46
Launch r369

New Features

26 favourites
HTML layers: allows placing Construct objects on top of HTML elements

New Additions

18 favourites
3 new examples
11 favourites
Text: add support for right-to-left (RTL) text
15 favourites
Add Z elevation for Drawing Canvas, QR Code, Video and User Media objects
21 favourites
Browser: actions to set window size/position
12 favourites
Local storage: 'Is persistent' condition; 'Request persistent' action
15 favourites
Project Properties: option to disable spritesheets
20 favourites
System action 'Set collision cell size'
16 favourites
System condition 'Layer name exists'
15 favourites
HTML elements: now have Z order actions, allowing changing Z order at runtime
13 favourites
Drawing Canvas: 'Convex' option for 'Fill poly' action

Changes

12 favourites
HTML elements now keep their true size when partially offscreen
10 favourites
Layout view: HTML objects are now layered corresponding to where they appear at runtime
7 favourites
Enable runtime worker mode in Safari
6 favourites
Enable editor UI animations in Safari
14 favourites
Windows WebView2: block F3/F5/F7 browser shortcuts

Bug Fixes

9 favourites
Some hierarchies not restored properly with savegames
6 favourites
iOS: work around iOS bug that could cause view to shift horizontally after showing virtual keyboard
6 favourites
iOS: work around iOS bug that could allow canvas to be selectable in some circumstances
8 favourites
Hierarchy connections could be shown incorrectly on global layers
6 favourites
Layers bar: changing layer global setting did not always update global icon
8 favourites
Debugger: some triggers did not work when in CPU profiler mode
6 favourites
Properties Bar: fix indeterminate state checkboxes not displaying correctly in dark/light themes

SDK updates

10 favourites
Add IProject methods GetObjectClassBySID(), GetInstanceByUID()
8 favourites
Add IAnimation & IBehaviorType method GetName()
6 favourites
Fix wrong return type of IAnimationFrame.LoadWebGLTexture()
7 favourites
WebGPU: possible editor crash using drawing plugin (take 2)
8 favourites
Add IBehaviorInstance.GetObjectInstance() (take 2)
8 favourites
Add IObjectInstance & IBehaviorInstance method GetExternalSdkInstance() (take 2)

Scripting updates

8 favourites
Add IRuntime.setCollisionCellSize()
5 favourites
Add ILayer.isHTMLElementsLayer
5 favourites
Add 'isConvex' parameter to IDrawingCanvasInstance.fillPoly()

Share Construct 3 Release r369 Now

  • 22 Comments

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