Beta versions are not as thoroughly tested as stable
Dynamic layers; Tween updates; bug fixes
08 August, 2023 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct 3
Notes
This release adds support for dynamic layers! This is a set of System actions that allows you to dynamically create, move, and remove layers at runtime. It's useful to do this for things like advanced lighting effects, or if you want GUI features to belong to their own layers.
There are also some updates to the Tween behavior, including an optimization to reduce its CPU overhead when used on thousands of objects. The data editor has a couple of updates to help manage the row and column names. There's also a few extra bug fixes. Happy testing!
Like this Release?
Let us know with a thumbs up!
Launch r353
New Features
Dynamic layers: add, move and remove layers at runtime
New Additions
Data editor: allow empty string in rename dialog to revert to default row/column name
Bug Fixes
Text/SpriteFont: tagged areas not immediately available on start of layout
Sine behavior: crash live previewing zero size object
Data editor: UI state of array editor lost after renaming file
Tweens: runtime crash setting the time of a tween to 0
Performance Improvements
Tweens: improve performance when used on thousands of objects but not running tweens
Scripting updates
Add ILayout methods addLayer(), moveLayer(), removeLayer(), removeAllDynamicLayers()
Share Construct 3 Release r353 Now