Les versions Beta ne sont pas autant testées que les versions Stables

Les versions Beta ne sont pas autant testées que les versions Stables

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

28 November, 2023 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Créer un compte

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!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

46
Exécuter r369

Nouvelles fonctionnalités

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

Nouveaux ajouts

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

Changements

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

Corrections de bug

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

Mises à jour du SDK

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

Scripting updates

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

Partager Construct 3 la parution r369 maintenant

  • 22 Comments

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